This is a pre-release build
A description of the various files are in the README
Changelog
Core changes
- Improve --impersonate option description by pukkandan
- Merge branch 'yt-dlp:master' into networking/curl-impersonate by pukkandan
- Only support curl_cffi 0.5.10 by pukkandan
- Update README notes about curl_cffi dep by pukkandan
- Update README.md by pukkandan
- fix options.py by pukkandan
- make
impersonate_target_available
andget_available_impersonate_targets
internal only by pukkandan - misc cleanup by pukkandan
Extractor changes
- Add
impersonate
kwargs to request helper methods by bashonly - crunchyroll: Extract
vo_adaptive_hls
formats by default (#9447) by bashonly - gofile: Fix extractor (#9446) by jazz1611
- kick: Try extraction with
impersonate
by bashonly - sonylivseries: Fix season extraction (#9423) by bashonly
- tiktok: Update API hostname (#9444) by bashonly
Networking changes
Request
: Updateextensions
by bashonly