Releases
v14
Allow specifying the background colour used to choose the tint colour in the chives video entity with the
--backgroundflag.For example:
$ # A video on a white background has a brownish-pink tint colour $ yt-dlp_alexwlchan "https://www.youtube.com/watch?v=ittj60VE6bU" --background="#ffffff" {"entity": {"poster": {"tint_colour": "#a98376", …}, …}, …} $ # A video on a dark background has a near-white tint colour $ yt-dlp_alexwlchan "https://www.youtube.com/watch?v=ittj60VE6bU" --background="#222222" {"entity": {"poster": {"tint_colour": "#fcfbf8", …}, …}, …}
v13
- Update to yt-dlp 2026.8.19.
v12
- Update to yt-dlp 2026.7.4.
v11
- Remove tracking parameters from YouTube URLs in the output.
v10
- Update to yt-dlp 2026.3.17.
##v9 - 2026-02-28
- Add a video entity created by chives to the output, for ease of interop with my static sites.
v8
- Update to yt-dlp 2026.2.21.
v7
- Update to yt-dlp 2026.2.4.
v6
- Fix a mistake in the YouTube settings to ignore AI upscaled videos.
v5
- Fix a bug where downloading automatic subtitles on YouTube videos without any spoken audio would return an HTTP 429 error.
- Change YouTube download settings to ignore AI upscaled videos.
v4
- Clean up URL-unsafe characters in filenames.
- Update to yt-dlp 2025.12.8.
v3
- Update to yt-dlp 2025.10.22.
v2
- Download avatars to the same folder as the video/thumbnail/subtitles, rather than just printing the avatar URL in the output.
- Add the video ID as a suffix in the downloaded filenames.
- Update to yt-dlp 2025.10.14.
v1
Initial release using yt-dlp 2025.9.26, which supported YouTube and Instagram.