Releases: jmbannon/ytdl-sub
ytdl-sub 2025.12.26
[BACKEND] Disallow override names conflicting with plugin names (#1399)
Disallow override variable names conflicting with plugin names.
May cause backward incompatible issues from date_range being an old override variable name for the Only Recent preset. Update this variable name to only_recent_date_range to resolve. More info in https://ytdl-sub.readthedocs.io/en/latest/deprecation_notices.html
ytdl-sub 2025.12.08
Bump yt-dlp[default] from 2025.11.12 to 2025.12.8 (#1396)
Bumps yt-dlp[default] from 2025.11.12 to 2025.12.8.
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.12.8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ytdl-sub 2025.12.06
ytdl-sub 2025.11.28.post1
[FEATURE] TV Show Collection multi-url, s00 support (#1391)
Closes #1251, #1290
Required for #1383
Adds both s00 support and multi-url support per season, up to 11 URLs currently. This can and should be extended, but with a more principled approach instead of the current method: AI generating boiler-plate YAML 🙂
Plex TV Show Collection:
= Music:
"~Beyond the Guitar":
s00_name: "Specials"
s00_url:
- "https://www.youtube.com/watch?v=vXzguOdulAI"
- "https://www.youtube.com/watch?v=IGwYDvaGAz0"
s01_name: "Videos"
s01_url:
- "https://www.youtube.com/c/BeyondTheGuitar"
- "https://www.youtube.com/@BeyondTheGuitarAcademy"
s02_name: "Covers"
s02_url: "https://www.youtube.com/playlist?list=PLE62gWlWZk5NWVAVuf0Lm9jdv_-_KXs0W"
ytdl-sub 2025.11.28
[BACKEND] Optimize script interpreter (#1390)
Makes scripting runtime much faster.
ytdl-sub 2025.11.27
ytdl-sub 2025.11.18
ytdl-sub 2025.11.13
Bump yt-dlp[default] from 2025.10.22 to 2025.11.12 (#1381)
Bumps yt-dlp[default] from 2025.10.22 to 2025.11.12.
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.11.12
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ytdl-sub 2025.11.09
[DOCKER] Ensure correct cron log file permissions (#1378)
Co-authored-by: bedlamzd [email protected]
ytdl-sub 2025.11.08
[DOCKER] Add curl-cffi and yt-dlp-ejs dependencies
Adds recommended deps from yt-dlp README