.
This commit is contained in:
parent
ecc339c9f3
commit
4b8e48dd43
1 changed files with 6 additions and 2 deletions
|
@ -215,10 +215,14 @@ async def playlist_cmd(ctx):
|
||||||
# =====================
|
# =====================
|
||||||
ytdl_format_options = {
|
ytdl_format_options = {
|
||||||
"format": "bestaudio/best",
|
"format": "bestaudio/best",
|
||||||
|
"cookiefile": "/app/cookies.txt",
|
||||||
|
"extractor_args": {
|
||||||
|
"youtube": {
|
||||||
|
"player_client": ["android", "web"],
|
||||||
|
}
|
||||||
|
},
|
||||||
"noplaylist": True,
|
"noplaylist": True,
|
||||||
"quiet": True,
|
"quiet": True,
|
||||||
"extract_flat": False,
|
|
||||||
"cookiefile": "cookies.txt"
|
|
||||||
}
|
}
|
||||||
ffmpeg_options = {
|
ffmpeg_options = {
|
||||||
"before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5",
|
"before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5",
|
||||||
|
|
Loading…
Add table
Reference in a new issue