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

Fix ffmpeg bug

This commit is contained in:
Steffo 2019-08-03 20:39:57 +02:00
parent 5a1fb51552
commit 4ef1ff7aa4
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ from ..audio import YtdlVorbis
ytdl_args = {
"format": "bestaudio",
"outtmpl": f"./downloads/%(epoch)s_%(title)s.%(ext)s"
"outtmpl": f"./downloads/%(title)s.%(ext)s"
}

View file

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

View file

@ -1 +1 @@
semantic = "5.0a34"
semantic = "5.0a35"