Releases: yt-dlp/yt-dlp-master-builds
Releases · yt-dlp/yt-dlp-master-builds
yt-dlp master 2023.11.16.183920
yt-dlp master 2023.11.15.232812
Generated from: yt-dlp/yt-dlp@15cb352
A description of the various files are in the README
Changelog
Extractor changes
- abc.net.au: iview, showseries: Fix extraction (#8586) by bashonly
- beatbump: Update
_VALID_URL
(#8576) by seproDev - dailymotion: Improve
_VALID_URL
(#7692) by TravisDupes - drtv: Fix extractor (#8484) by almx, seproDev
- eltrecetv: Add extractor (#8216) by elivinsky
- jiosaavn: Add extractors (#8307) by awalgarg
- njpwworld: Remove (#8570) by aarubui
- tv5mondeplus: Extract subtitles (#4209) by FrankZ85
- twitcasting: Fix livestream detection (#8574) by JC-Chung
- zenyandex: Fix extraction (#8454) by starius
yt-dlp master 2023.11.15.224518
Generated from: yt-dlp/yt-dlp@0783fd5
A description of the various files are in the README
Changelog
Extractor changes
- beatbump: Update
_VALID_URL
(#8576) by seproDev - drtv: Fix extractor (#8484) by almx, seproDev
- tv5mondeplus: Extract subtitles (#4209) by FrankZ85
yt-dlp master 2023.11.15.143502
yt-dlp master 2023.11.14.214307
Generated from: yt-dlp/yt-dlp@b012271
A description of the various files are in the README
Important changes
- The release channels have been adjusted!
- Security: [CVE-2023-46121] Patch Generic Extractor MITM Vulnerability via Arbitrary Proxy Injection
- Disallow smuggling of arbitary
http_headers
; extractors now only use specific headers
- Disallow smuggling of arbitary
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 smuggle
http_headers
by coletdjnz - 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)Adds support for HTTPS proxies and persistent connections (keep-alive)
Misc. changes
- build
- Include secretstorage in Linux builds by bashonly
- [Overhaul and unify release workflow](...
yt-dlp master 2023.11.14.202838
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 ...
yt-dlp master 2023.11.13.003719
Generated from: yt-dlp/yt-dlp@87264d4
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
- 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