Releases: jmbannon/ytdl-sub
ytdl-sub 2024.02.28.post1
[FEATURE] Add dedicated track_date
and track_original_date
variables (#939)
As title, to make it easier to override
ytdl-sub 2024.02.28
[FEATURE] Music tag dates (#938)
Adds proper support for setting date
and original_date
fields via music_tag
plugin using a standardized date format.
ytdl-sub 2024.02.17.post2
ytdl-sub 2024.02.17
ytdl-sub 2024.02.13
[BUGFIX] Fix usage of chapter_title_sanitized
(#924)
Usage of chapter_title_sanitized
would sometimes result in an error. This should hopefully fix it
ytdl-sub 2024.01.20
ytdl-sub 2024.01.19.post1
[BUGFIX] Fix YouTube channels iterating 2x entries (#903)
A recent feature to grab channel artwork for playlists caused downloading channels to misreport the number of entries it was downloading. This change fixes that
ytdl-sub 2024.01.19
[FEATURE] Toggle date_range
to break or not (#904)
Adds a the new field breaking
to the date_range
plugin, to toggle whether an entry breaks subsequent metadata pulls. This is useful to disable if you are grabbing a playlist that may have videos out of order, but still want to apply a date range to it.
ytdl-sub 2024.01.18
[BACKEND] Only download audio when using audio_extract plugin (#902)
This addition optimizes the audio_extract
plugin by preemptively telling yt-dlp to discard the video and only download the audio stream
ytdl-sub 2024.01.15
[BACKEND] Remove old format for video_tags
, music_tags
, download_strategy
(#899)
Now that sufficient time has passed, we can formally deprecate the following:
- https://ytdl-sub.readthedocs.io/en/latest/deprecation_notices.html#video-tags
- https://ytdl-sub.readthedocs.io/en/latest/deprecation_notices.html#music-tags
- usage of
download_strategy
(simply remove it if you're getting an error about it)