Add user-agent and extractor-args to bypass YouTube bot detection

This commit is contained in:
Peter Meier
2025-12-22 13:07:56 +01:00
parent a8f822807d
commit 923c0776e3
2 changed files with 20 additions and 1 deletions

View File

@@ -13,7 +13,11 @@ services:
- LOCALE=${LOCALE:-de}
- LOGIN=${LOGIN:-true}
- STREAM_ONLY=${STREAM_ONLY:-false}
- YT_DLP_COOKIES=${YT_DLP_COOKIES:-}
- YT_DLP_COOKIES_FROM_BROWSER=${YT_DLP_COOKIES_FROM_BROWSER:-}
- YT_DLP_JS_RUNTIME=${YT_DLP_JS_RUNTIME:-deno}
volumes:
- ./downloaded:/downloaded
- ./cookies:/cookies:ro
restart: unless-stopped