Generated from: yt-dlp/yt-dlp@7d337ca
A description of the various files are in the README
Changelog
Core changes
- Add
--compat-option manifest-filesize-approx
(#8356) by bashonly - Fix format sorting with
--load-info-json
(#8521) by bashonly - Only ensure playlist thumbnail dir if writing thumbs (#8373) by bashonly
Extractor changes
- generic: Improve direct video link ext detection (#8340) by bashonly
- npo: Send
POST
request to streams API endpoint (#8413) by bartbroere - polskieradio: audition: Fix playlist extraction (#8459) by shubhexists
- qdance: Update
_VALID_URL
(#8426) by bashonly - twitcasting: Fix livestream extraction (#8427) by JC-Chung, saintliao
- twitter: broadcast: Improve metadata extraction (#8383) by HitomaruKonpaku
- weverse: Fix login error handling (#8458) by seproDev
- youtube: Check newly uploaded iOS HLS formats (#8336) by bashonly
Downloader changes
- aria2c: Remove duplicate
--file-allocation=none
(#8332) by CrendKing - dash: Force native downloader for
--live-from-start
(#8339) by bashonly
Networking changes
- Request Handler: requests: Add handler for
requests
HTTP library (#3668) by bashonly, coletdjnz, Grub4K (With fixes in 4e38e2a)