A description of the various files is in the README
Important changes
- Login with OAuth is no longer supported for YouTube
Due to a change made by the site, yt-dlp is longer able to support OAuth login for YouTube. Read more
Changelog
Core changes
- Catch broken Cryptodome installations (#11486) by seproDev
- utils
- Fix
join_nonempty
, add**kwargs
tounpack
(#11559) by Grub4K subs_list_to_dict
: Addlang
default parameter (#11508) by Grub4K
- Fix
Extractor changes
- Allow
ext
override for thumbnails (#11545) by bashonly - adobepass: Fix provider requests (#11472) by bashonly
- archive.org: Fix comments extraction (#11527) by jshumphrey
- bandlab: Add extractors (#11535) by seproDev
- chaturbate
- Extract from API and support impersonation (#11555) by powergold1 (With fixes in 7cecd29 by seproDev)
- Support alternate domains (#10595) by manavchaudhary1
- cloudflarestream: Avoid extraction via videodelivery.net (#11478) by hugovdev
- ctvnews
- digitalconcerthall: Support login with access/refresh tokens (#11571) by bashonly
- facebook: Fix formats extraction (#11513) by bashonly
- gamedevtv: Add extractor (#11368) by bashonly, stratus-ss
- goplay: Fix extractor (#11466) by bashonly, SamDecrock
- kenh14: Add extractor (#3996) by krichbanana, pzhlkj6612
- litv: Fix extractor (#11071) by jiru
- mixchmovie: Add extractor (#10897) by Sakura286
- patreon: Fix comments extraction (#11530) by bashonly, jshumphrey
- pialive: Add extractor (#10811) by ChocoLZS
- radioradicale: Add extractor (#5607) by a13ssandr0, pzhlkj6612
- reddit: Improve error handling (#11573) by bashonly
- redgifsuser: Fix extraction (#11531) by jshumphrey
- rutube: Rework extractors (#11480) by seproDev
- sonylivseries: Add
sort_order
extractor-arg (#11569) by bashonly - soop: Fix thumbnail extraction (#11545) by bashonly
- spankbang: Support browser impersonation (#11542) by jshumphrey
- spreaker
- youtube
Misc. changes
- build
- cleanup
- Deprecate more compat functions (#11439) by seproDev
- Remove dead extractors (#11566) by doe1080
- Miscellaneous: da252d9 by bashonly, Grub4K, seproDev