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:
parent
5a1fb51552
commit
4ef1ff7aa4
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ from ..audio import YtdlVorbis
|
||||||
|
|
||||||
ytdl_args = {
|
ytdl_args = {
|
||||||
"format": "bestaudio",
|
"format": "bestaudio",
|
||||||
"outtmpl": f"./downloads/%(epoch)s_%(title)s.%(ext)s"
|
"outtmpl": f"./downloads/%(title)s.%(ext)s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ if typing.TYPE_CHECKING:
|
||||||
|
|
||||||
ytdl_args = {
|
ytdl_args = {
|
||||||
"format": "bestaudio",
|
"format": "bestaudio",
|
||||||
"outtmpl": f"./downloads/%(epoch)s_%(title)s.%(ext)s"
|
"outtmpl": f"./downloads/%(title)s.%(ext)s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.0a34"
|
semantic = "5.0a35"
|
||||||
|
|
Loading…
Reference in a new issue