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:
parent
f5aa3216e4
commit
d46203fbb2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue