Generated from: yt-dlp/yt-dlp@d4f14a7
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 - Include build origin in verbose output by bashonly, Grub4K
- Only ensure playlist thumbnail dir if writing thumbs (#8373) by bashonly
- update: Overhaul self-updater by bashonly, Grub4K
Extractor changes
- Do not test truth value of
xml.etree.ElementTree.Element
(#8582) by bashonly - brilliantpala: Fix cookies support (#8352) by pzhlkj6612
- generic: Improve direct video link ext detection (#8340) by bashonly
- laxarxames: Add extractor (#8412) by aniolpages
- n-tv.de: Fix extractor (#8414) by 1100101
- neteasemusic: Improve metadata extraction (#8531) by LoserFox
- nhk: Improve metadata extraction (#8388) by garret1317
- novaembed: Improve
_VALID_URL
(#8368) by peci1 - npo: Send
POST
request to streams API endpoint (#8413) by bartbroere - ondemandkorea: Overhaul extractor (#8386) by seproDev
- orf: podcast: Add extractor (#8486) by Esokrates
- polskieradio: audition: Fix playlist extraction (#8459) by shubhexists
- qdance: Update
_VALID_URL
(#8426) by bashonly - radiocomercial: Add extractors (#8508) by SirElderling
- sbs.co.kr: Add extractors (#8326) by seproDev
- theatercomplextown: Add extractors (#8560) by bashonly
- thisav: Remove (#8346) by bashonly
- thisoldhouse: Add login support (#8561) by bashonly
- twitcasting: Fix livestream extraction (#8427) by JC-Chung, saintliao
- twitter
- broadcast
- weibo: Fix extraction (#8463) by c-basalt
- weverse: Fix login error handling (#8458) by seproDev
- youtube: Check newly uploaded iOS HLS formats (#8336) by bashonly
- zoom: Extract combined view formats (#7847) by Mipsters
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)
Misc. changes
- build
- ci
- cleanup: Update documentation for master and nightly channels by bashonly, Grub4K
- test: update: Implement simple updater unit tests by bashonly