Füge "--cookies-from-browser" Flag hinzu // Fix für Icon

This commit is contained in:
Akamaru
2025-11-28 22:40:18 +01:00
parent 12d2a0af73
commit 31889a44a2
4 changed files with 59 additions and 5 deletions

View File

@@ -51,7 +51,11 @@ DEFAULT_CONFIG = {
"ignore_config": False,
"remux_mkv": False,
"embed_metadata": False,
"use_ffmpeg_location": False
"use_ffmpeg_location": False,
"cookies_from_browser": {
"enabled": False,
"browser": "chrome"
}
},
"hide_default_presets": False,
"enable_adn_tab": False,