This is a pre-release build
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
defaultextra foriosplatforms (#16376) by bashonly - Regenerate pyproject, lockfile, requirements by bashonly
- Regenerate requirements files by bashonly
- Regenerate uv.lock & requirements by bashonly
- Simplify
update_requirements& add more dependency groups by bashonly - Simplify bundle targets & rework build flow by bashonly
- check for
defaultinstead ofpinby bashonly - fix
extrasby bashonly - fix type annotation by bashonly
- update: Bump GitHub REST API version to
2026-03-10(#16435) by bashonly
Extractor changes
_resolve_nuxt_array: Handle PiniaskipHydrate(#16447) by doe1080- ard: Support new
ardsoundsdomain (#16381) by evilpie - bandcamp: weekly: Fix extractor (#16373) by bashonly
- rtp: Support multi-part episodes and
--no-playlist(#16299) by bashonly - soop: Adapt extractors to new domain (#16436) by thematuu
- soundcloud: Improve error handling (#16602) by bashonly
- twitch: clips: Fix extractor (#16466) by Ventriduct
- youtube
Networking changes
- Request Handler
- curl_cffi
Misc. changes
- build
- Fix PyPy
cffidependency issue by bashonly - Harden build/release workflows (#16358) by bashonly, Grub4K (With fixes in cdc465a by bashonly)
- Harden release workflow (#16444) by bashonly
- Fix PyPy
- ci
- Bump pytest to 9.x (#16470) by bashonly, Grub4K
- Fix core tests by bashonly
- Require hashes when installing Python dependencies by bashonly
- Update wiki via this repository (#16446) by bashonly (With fixes in 9f0fc9a)
- cleanup: Miscellaneous: 35684c1 by bashonly
- devscripts
- Handle
ejsupdates for requirements files (#16374) by bashonly, Grub4K update_requirements: Add reporting functionality (#16454) by bashonly, Grub4K
- Handle
- docs: Update FFmpeg-Builds status by bashonly
- test: Add default and curl-cffi extras to hatch-test env (#16397) by JSubelj