1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

Use epoch instead of weird autonumber

This commit is contained in:
Steffo 2019-08-01 17:25:35 +02:00
parent f5aa3216e4
commit d46203fbb2

View file

@ -13,7 +13,7 @@ if typing.TYPE_CHECKING:
ytdl_args = {
"format": "bestaudio",
"outtmpl": f"./downloads/%(autonumber)s_%(title)s.%(ext)s"
"outtmpl": f"./downloads/%(epoch)s_%(title)s.%(ext)s"
}