Generated from: yt-dlp/yt-dlp@4c3b7a0
A description of the various files are in the README
Changelog
Core changes
- Add new options
--impersonate
and--list-impersonate-targets
by bashonly, coletdjnz, Grub4K, pukkandan - Add option
--no-break-on-existing
(#9610) by bashonly - Fix
filesize_approx
calculation (#9560) by pukkandan, seproDev - Infer
acodec
for single-codec containers by pukkandan - utils
traverse_obj
Extractor changes
- Add extractor impersonate API (#9474) by bashonly, Grub4K, pukkandan
- asobistage: Add extractor (#8735) by pzhlkj6612
- box: Support URLs without file IDs (#9504) by shreyasminocha
- cbc.ca: player: Support new URL format (#9561) by trainman261
- cleanup: No
from
stdlib imports in extractors (#8978) by pukkandan - crunchyroll: Extract
vo_adaptive_hls
formats by default (#9447) by bashonly - fathom: Add extractor (#9495) by src-tinkerer
- gofile: Fix extractor (#9446) by jazz1611
- imgur: Fix extraction (#9471) by trwstin
- loom: Add extractors (#8686) by bashonly, hruzgar
- mixch
- Fix extractor (#9608) by bashonly, nipotan
- archive: Fix extractor (#8761) by pzhlkj6612
- radio1be: Add extractor (#9122) by HobbyistDev
- sharepoint: Add extractor (#6531) by bashonly, C0D3D3V
- sonylivseries: Fix season extraction (#9423) by bashonly
- soundcloud
- thisoldhouse: Support Brightcove embeds (#9576) by bashonly
- tiktok
- twitch: Extract AV1 and HEVC formats (#9158) by kasper93
- xvideos: Support new URL format (#9493) (#9502) by sta1us
- youtube
Downloader changes
- ffmpeg: Accept output args from info dict (#9278) by bashonly
Networking changes
- Request Handler
- curlcffi: Add support for
curl_cffi
by bashonly, coletdjnz, Grub4K, pukkandan - websockets: Workaround race condition causing issues on PyPy (#9514) by coletdjnz
- curlcffi: Add support for
Misc. changes
- build
- cleanup: Standardize
import datetime as dt
(#8978) by pukkandan - docs: Update yt-dlp tagline (#9481) by bashonly, coletdjnz, Grub4K, pukkandan, seproDev
- test
- Workaround websocket server hanging (#9467) by coletdjnz
traversal
: Separate traversal tests (#9574) by Grub4K