WHy does it want vorbis ew

This commit is contained in:
Nexus 2023-06-01 13:42:55 +01:00
parent 88d7c5c05e
commit 68078c414b
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -993,7 +993,7 @@ class OtherCog(commands.Cog):
{ {
"key": "FFmpegExtractAudio", "key": "FFmpegExtractAudio",
"preferredquality": "48", "preferredquality": "48",
"preferredcodec": "ogg" "preferredcodec": "vorbis"
} }
] ]
args["format"] = args["format"] or f"(ba/b)[filesize<={MAX_SIZE_MB}M]" args["format"] = args["format"] or f"(ba/b)[filesize<={MAX_SIZE_MB}M]"