Generated from: yt-dlp/yt-dlp@2f3929b
A description of the various files is in the README
The zipimport Unix executable and release tarball contain 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
- [utils]
download_range_func: Update__eq__and__repr__to includefrom_info(#16393) by atsushi2965 - update
- utils:
subs_list_to_dict: Fix empty value handling (#17311) by doe1080
Extractor changes
- adn: Add
profile_idextractor-arg (#17522) by arobase-che - applepodcasts: Fix token caching (#17567) by tcely
- bandcamp: Fix extractors (#17546) by bashonly
- globalplayer: Fix extractors (#17442) by LillieH1000
- go: Improve error handling (#15882) by norepro
- niconico: channel: Support channels (#17398) by doe1080
- showroom: Fix extractor (#17488) by doe1080, wlerin
- ted: Fix extractor (#17510) by InvalidUsernameException
- tubitv
- Improve extractor (#16428) by InvalidUsernameException
- series: Fix extractor (#17545) by InvalidUsernameException
- twitch: clips: Fix extractor (#17554) by bashonly
Misc. changes
- cleanup: Remove obsolete Python compatibility code (#17357) by doe1080
- docs: Fix
Namespacedocumentation (#17324) by doe1080 - test: Fix handshake error matching for OpenSSL 4.x (#17491) by mikelolasagasti