mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
[Audio] Fix slow Youtube download (#1266)
This commit is contained in:
committed by
Twentysix
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,
|
||||
|
||||
Reference in New Issue
Block a user