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
- Fix premieres by pukkandan
- Fix tests by pukkandan
- Improve warning message(s) when --load-info-json is used by pukkandan
- Merge branch 'yt-dlp:master' into feat/youtube/sabr by pukkandan
- Merge branch 'yt-dlp:master' into feat/youtube/sabr by pukkandan
- Merge remote-tracking branch 'upstream/master' into feat/youtube/sabr by pukkandan
- Remove dangling segment files if sequence is removed by pukkandan
- fix po token refresh by pukkandan
- fix sabr_seek handling checking wrong live property by pukkandan
- fix test by pukkandan
- gracefully end stream on broadcast ID change by pukkandan
- minor fixes by pukkandan
- move defaults to constants by pukkandan
- simplify enum value names by pukkandan
- throw SabrUrlExpired error if url has expired by pukkandan
Extractor changes
- rtp: Support multi-part episodes and
--no-playlist(#16299) by bashonly - youtube: Always respect
webpage_clientextractor-arg, part II by bashonly