Generated from: yt-dlp/yt-dlp@b23046b
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
- Fix
allow-unsafe-extcompat option (#16920) by bashonly - utils
- Deprecate
make_dirin favor ofmake_parent_dirs(#16931) by doe1080 HTTPHeaderDict: Fix__ior__(#16930) by doe1080
- Deprecate
Extractor changes
- bandcamp: weekly: Fix extractor (#16925) by bashonly (With fixes in 9055188)
- patreon: Support new URL format (#16926) by 0xvd
- peertube: Support password-protected videos (#16873) by selfhoster1312
- youtube: tab: Fix pagination (#16948) by bashonly
Downloader changes
- external:
curl: Support development versions (#16922) by syphyr