mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -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 = {
|
youtube_dl_options = {
|
||||||
'source_address': '0.0.0.0',
|
'source_address': '0.0.0.0',
|
||||||
'format': 'bestaudio/best',
|
'format': 'best',
|
||||||
'extractaudio': True,
|
'extractaudio': True,
|
||||||
'audioformat': "mp3",
|
'audioformat': "mp3",
|
||||||
'nocheckcertificate': True,
|
'nocheckcertificate': True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user