Generated from: yt-dlp/yt-dlp@2622c80
A description of the various files are in the README
Changelog
Core changes
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
- 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)