Generated from: yt-dlp/yt-dlp@a4acc42
Installation Discord Donate Documentation
A description of the various files is in the README
The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt
Changelog
Core changes
- Add lockfile and pinned extras (#16421) by bashonly, Grub4K (With fixes in 88c8a68 by bashonly)
- Fix default extra for ios platforms (#16376) by bashonly
- update: Bump GitHub REST API version to 2026-03-10 (#16435) by bashonly
Extractor changes
- _resolve_nuxt_array: Handle Pinia skipHydrate (#16447) by doe1080
- bandcamp: weekly: Fix extractor (#16373) by bashonly
- rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly
- youtube: Fix outdated quickjs-ng warning (#16437) by bashonly
Networking changes
- Request Handler
- curl_cffi
- Fix supported impersonate targets (#16440) by bashonly
- Support curl_cffi 0.15.x (#16429) by bashonly
Misc. changes
- build
- Harden build/release workflows (#16358) by bashonly, Grub4K (With fixes in cdc465a by bashonly)
- Harden release workflow (#16444) by bashonly
- ci: Update wiki via this repository (#16446) by bashonly (With fixes in 9f0fc9a)
- devscripts: Handle ejs updates for requirements files (#16374) by bashonly, Grub4K
- test: Add default and curl-cffi extras to hatch-test env (#16397) by JSubelj