mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
[Audio] Fix slow Youtube download (#1266)
This commit is contained in:
parent
fc501cc629
commit
0dae8e2937
@ -43,7 +43,7 @@ else:
|
||||
|
||||
youtube_dl_options = {
|
||||
'source_address': '0.0.0.0',
|
||||
'format': 'bestaudio/best',
|
||||
'format': 'best',
|
||||
'extractaudio': True,
|
||||
'audioformat': "mp3",
|
||||
'nocheckcertificate': True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user