yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. The project is a fork of youtube-dl based on the now inactive youtube-dlc.
README
Version
2025.03.25
Release Date
2025-03-25
SHA-256 checksum file*
Windows 64 bit
Alternative Download – Windows 64 bit
For additional platforms, please visit https://github.com/yt-dlp/yt-dlp/releases/tag/2025.03.25.

Core changes
- Fix attribute error on failed VT init (#12696) by Grub4K
- utils:
js_to_json
: Make function less fatal (#12715) by seproDev
Extractor changes
- Fix sorting of HLS audio formats by
GROUP-ID
(#12714) by bashonly - 17live: vod: Add extractor (#12723) by subrat-lima
- 9now.com.au: Fix extractor (#12702) by bashonly
- chzzk: video: Fix extraction (#12692) by bashonly, dirkf
- deezer: Remove extractors (#12704) by seproDev
- generic: Fix MPD base URL parsing (#12718) by fireattack
- streaks: Add extractor (#12679) by doe1080
- tver: Fix extractor (#12659) by arabcoders, bashonly
- viki: Remove extractors (#12703) by seproDev
- vrsquare: Add extractors (#12515) by doe1080
- youtube
Networking changes
- Request Handler: curl_cffi: Support
curl_cffi
0.10.x (#12670) by Grub4K