StreamDL
StreamDL copied to clipboard
chore(deps): bump yt-dlp from 2024.3.10 to 2024.4.9
Bumps yt-dlp from 2024.3.10 to 2024.4.9.
Release notes
Sourced from yt-dlp's releases.
yt-dlp 2024.04.09
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.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
... (truncated)
Changelog
Sourced from yt-dlp's changelog.
Changelog
2024.04.09
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.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
... (truncated)
Commits
168e72d
Release 2024.04.09ff07792
[core] Prevent RCE when using--exec
with%q
(CVE-2024-22423)216f6a3
[cleanup] Misc (#9426)b19ae09
[build] Do not includecurl_cffi
inmacos_legacy
(#9653)9590cc6
Add new option--progress-delta
(#9082)79a451e
[networking] RespectSSLKEYLOGFILE
environment variable (#9543)df0e138
[docs] Various manpage fixes2e94602
[ie/jiosaavn] Support playlists (#9622)4af9d5c
[ie/nhk] Fix NHK World extractors (#9623)36b240f
[ie/patreon] Do not extract dead embed URLs (#9613)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Code Climate has analyzed commit f1006beb and detected 0 issues on this pull request.
View more on Code Climate.
Superseded by #460.