From ecc339c9f3b040c53dfe310f5b4f068eac4f7346 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 20 Sep 2025 08:26:31 +0200 Subject: [PATCH] add Cookiehandling --- skullbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skullbot.py b/skullbot.py index ff27180..a688685 100644 --- a/skullbot.py +++ b/skullbot.py @@ -218,6 +218,7 @@ ytdl_format_options = { "noplaylist": True, "quiet": True, "extract_flat": False, + "cookiefile": "cookies.txt" } ffmpeg_options = { "before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5",