This commit is contained in:
= 2025-09-20 08:43:54 +02:00
parent ecc339c9f3
commit 4b8e48dd43

View file

@ -215,10 +215,14 @@ async def playlist_cmd(ctx):
# =====================
ytdl_format_options = {
"format": "bestaudio/best",
"cookiefile": "/app/cookies.txt",
"extractor_args": {
"youtube": {
"player_client": ["android", "web"],
}
},
"noplaylist": True,
"quiet": True,
"extract_flat": False,
"cookiefile": "cookies.txt"
}
ffmpeg_options = {
"before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5",