Generated from: yt-dlp/yt-dlp@168e72d
A description of the various files are in the README
Important changes
- Security: [CVE-2024-22423] Prevent RCE when using
--exec
with%q
on Windows- The shell escape function now properly escapes
%
,\
and\n
. utils.Popen
has been patched accordingly.
- The shell escape function now properly escapes
Changelog
Core changes
- Add new option
--progress-delta
(#9082) by Grub4K - 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 - Prevent RCE when using
--exec
with%q
(CVE-2024-22423) by Grub4K - cookies: Add
--cookies-from-browser
support for Firefox Flatpak (#9619) by un-def - utils
traverse_obj
Extractor changes
- Add extractor impersonate API (#9474) by bashonly, Grub4K, pukkandan
- afreecatv
- Overhaul extractor (#9566) by bashonly, Tomoka1
- live: Fix extractor (#9348) by hui1601
- 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
- crunchyroll
- dropbox: Fix formats extraction (#9627) by bashonly
- fathom: Add extractor (#9495) by src-tinkerer
- gofile: Fix extractor (#9446) by jazz1611
- imgur: Fix extraction (#9471) by trwstin
- jiosaavn
- Extract artists (#9612) by bashonly
- Fix format extensions (#9609) by bashonly
- Support playlists (#9622) by bashonly
- joqrag: Fix live status detection (#9624) by pzhlkj6612
- kick: Support browser impersonation (#9611) by bashonly
- loom: Add extractors (#8686) by bashonly, hruzgar
- medici: Fix extractor (#9518) by Offert4324
- mixch
- Fix extractor (#9608) by bashonly, nipotan
- archive: Fix extractor (#8761) by pzhlkj6612
- nhk: Fix NHK World extractors (#9623) by bashonly
- patreon: Do not extract dead embed URLs (#9613) by johnvictorfs
- 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
- vkplay: Fix
_VALID_URL
(#9636) by bashonly - xvideos: Support new URL format (#9502) by sta1us
- youtube
Downloader changes
- ffmpeg: Accept output args from info dict (#9278) by bashonly
Networking changes
- Respect
SSLKEYLOGFILE
environment variable (#9543) by luiso1979 - 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 - ie: No
from
stdlib imports in extractors by pukkandan - Miscellaneous: 216f6a3 by bashonly, pukkandan
- Standardize
- docs
- test
- Workaround websocket server hanging (#9467) by coletdjnz
traversal
: Separate traversal tests (#9574) by Grub4K