- complete docker overhaul, now automatically pushed to dockerhub
- simplified pathing logic. IMPORTANT This breaks the
MAP_PATHvariable which is no longer supported. If you need path mappings, mount them in the docker compose. - simplified passing cookies to yt-dlp IMPORTANT: Variables ``YT_DLP_COOKIES_FROM_BROWSER
andYT_DLP_COOKIES_FROM_BROWSER` are no longer supported. To pass cookies to yt-dlp, simply place the cookies.txt in a subfolder named `cookies` - custom yt-dlp options/commands support (
YT_DLP_CUSTOM_OPTIONS) - deno runtime included in docker container
Full Changelog: 2025.11.17...2025.11.27