Generated from: yt-dlp/yt-dlp@2301b5c
A description of the various files are in the README
Changelog
Core changes
- Fix HTTP headers and cookie handling by bashonly, pukkandan
- Fix
--check-formats
by pukkandan FFmpegFixupM3u8PP
may need to run with ffmpeg by pukkandan- compat
- Add
types.NoneType
by pukkandan (With fixes in 25b6e8f
) - Ensure submodules are imported correctly by pukkandan
- Add
- compat, networking: Deprecate old functions (#2861) by coletdjnz, pukkandan
- cookies: Containers JSON should be opened as utf-8 (#7800) by bashonly
- networking
- Add module (#2861) by pukkandan
- Add request handler preference framework (#7603) by coletdjnz
- Add strict Request extension checking (#7604) by coletdjnz
- Fix POST requests with zero-length payloads (#7648) by bashonly
- Fix
--legacy-server-connect
(#7645) by bashonly - Ignore invalid proxies in env (#7704) by coletdjnz
- Remove dot segments during URL normalization (#7662) by coletdjnz
- Rewrite architecture (#2861) by coletdjnz
- outtmpl: Fix replacement for
playlist_index
by pukkandan - utils
- Add temporary shim for logging by pukkandan
- Improve
parse_duration
by bashonly - HTTPHeaderDict: Handle byte values by pukkandan
clean_podcast_url
: Handle more trackers (#7556) by bashonly, mabdelfattah
Extractor changes
- Fix
--load-pages
by pukkandan - abematv: Temporary fix for protocol handler by pukkandan
- antenna: Support antenna.gr (#7584) by stdedos
- BiliBiliBangumi: Fix extractors (#7337) by GD-Slime
- CBCPlayer: Extract HLS formats and subtitles (#7484) by trainman261
- CBCPlayerPlaylist: Add extractor (#7870) by trainman261
- crunchyroll: Remove initial state extraction (#7632) by Grub4K
- Dropbox: Fix extractor (#7926) by bashonly, denhotte, nathantouze (With fixes in 099fb1b
by bashonly) - facebook
- Add dash manifest URL (#7743) by ringus1
- reel: Fix extraction (#7564) by bashonly, demon071
- fox: Support foxsports.com (#7724) by ischmidt20
- generic: Fix generic title for embeds by pukkandan
- hotstar
- hungama: Overhaul extractors (#7757) by bashonly, Yalab7
- ie: Extract subtitles from SMIL manifests (#7667) by bashonly, pukkandan
- LBRY: Fix original format extraction (#7711) by bashonly
- MagellanTV: Add extractor (#7616) by bashonly
- Mediaite: Fix extraction (#7923) by Grabien
- MotorTrendOnDemand: Update
_VALID_URL
(#7683) by AmirAflak - MuseAI: Add extractor (#7614) by bashonly
- Mzaalo: Improve
_VALID_URL
by bashonly - NoodleMagazine: Fix extraction (#7830) by RedDeffender
- PatreonCampaign: Fix extraction (#7664) by bashonly
- pbs: Add extractor
PBSKidsIE
(#7602) by snixon - piapro: Support
/content
URL (#7592) by FinnRG - PicartoVod: Fix extractor (#7727) by Frankgoji
- pornhub: Update access cookies for UK (#7591) by zhong-yiyu
- Reddit: Fix thumbnail extraction by bashonly
- S4C: Add extractor (#7730) by ifan-t
- StagePlus: Fix m3u8 extraction (#7929) by bashonly
- streamanity: Remove (#7571) by alerikaisattera
- SVTPlay: Fix extraction (#7789) by dirkf, wader
- tbsjp: Add episode, program, playlist extractors (#7765) by garret1317
- tiktok: Fix audio-only format extraction (#7712) by bashonly
- triller: Fix unlisted video extraction (#7670) by bashonly
- unsupported: List more sites with DRM by pukkandan
- vrt: Update token signing key (#7519) by Zprokkel
- wat.tv: Fix extraction (#7898) by davinkevin
- weverse: Support extraction without auth (#7924) by seproDev
- Wimbledon: Add extractor (#7551) by nnoboa
- WrestleUniversePPV: Fix HLS AES key extraction by bashonly
- youtube
- zee5: Update access token endpoint (#7914) by bashonly
Downloader changes
- external
Postprocessor changes
- EmbedThumbnail: Support
m4v
(#7583) by Neurognostic - tests: Add tests for socks proxies (#7908) by coletdjnz
- urllib: Simplify gzip decoding (#7611) by Grub4K (With fixes in 77bff23
)
Misc. changes
- build: Make sure deprecated modules are added by pukkandan
- cleanup
- docs: Update collaborators by Grub4K
- test