yt-dlp master 2024.05.13.232520
Generated from: yt-dlp/yt-dlp@351dc0b
A description of the various files are in the README
Changelog
Core changes
- Better warning when requested subs format not found (#9873) by DaPotato69
- Warn if lack of ffmpeg alters format selection (#9805) by pukkandan, seproDev
- cookies: Get chrome session cookies with
--cookies-from-browser
(#9747) by StefanLobbenmeier - windows: Improve shell quoting and tests (#9802) by Grub4K (With fixes in 7e26bd5)
Extractor changes
- Make
_search_nextjs_data
non fatal (#8937) by Grub4K - afreecatv: live: Add
cdn
extractor-arg (#9666) by bashonly - alura: Fix extractor (#9658) by hugohaa
- bilibili: Fix
--geo-verification-proxy
support (#9817) by fireattack - bilibilispacevideo
- boosty: Add cookies support (#9522) by RasmusAntons
- canalalpha: Fix extractor (#9675) by kclauhk
- cbc.ca: player: Improve
_VALID_URL
(#9866) by carusocr - commonmistakes: Raise error on blob URLs (#9897) by seproDev
- crunchyroll
- eplus: Handle URLs without videos (#9855) by pzhlkj6612
- europarlwebstream: Support new URL format (#9647) by seproDev, voidful
- facebook: Fix DASH formats extraction (#9734) by bashonly
- googledrive: Fix formats extraction (#9908) by WyohKnott
- hytale: Use
CloudflareStreamIE
explicitly (#9672) by llamasblade - jiosaavn: Extract via API and fix playlists (#9656) by bashonly
- mixch: Extract comments (#9860) by pzhlkj6612
- netease: program: Improve
--no-playlist
message (#9488) by pzhlkj6612 - nfb: Fix extractors (#9650) by rrgomes
- patreon
- pornhub: Fix login by email address (#9914) by feederbox826
- qub: Fix extractor (#7019) by alexhuot1, dirkf
- soundcloud: Extract
genres
(#9821) by bashonly - theatercomplextown: Fix extractors (#9754) by bashonly
- tv5monde: Fix extractor (#9143) by alard, seproDev
- vk: Improve format extraction (#9885) by seproDev
- wrestleuniverse: Avoid partial stream formats (#9800) by bashonly
- xvideos: quickies: Fix extractor (#9834) by JakeFinley96
- youporn: Fix extractor (#8827) by The-MAGI
- youtube: Add
mediaconnect
client (#9546) by clienthax - zenyandex: Fix extractor (#9813) by src-tinkerer
Networking changes
Misc. changes
- build
- Migrate
linux_exe
to static musl builds (#9811) by bashonly, Grub4K - Normalize
curl_cffi
group tocurl-cffi
(#9698) by bashonly (With fixes in 89f535e) - Run
macos_legacy
job onmacos-12
(#9804) by bashonly
- Migrate
- cleanup: Remove questionable extractors (#9911) by seproDev
- test: Add HTTP proxy tests (#9578) by coletdjnz