Bump yt-dlp from 2023.7.6 to 2023.9.24 #4

Merged
dependabot[bot] merged 1 commits from dependabot/pip/yt-dlp-2023.9.24 into master 2023-10-03 17:23:32 +02:00
dependabot[bot] commented 2023-09-25 19:36:54 +02:00 (Migrated from github.com)

Bumps yt-dlp from 2023.7.6 to 2023.9.24.

Release notes

Sourced from yt-dlp's releases.

yt-dlp 2023.09.24

Installation Documentation Donate Discord Nightly

A description of the various files are in the README


Important changes

Core changes

Extractor changes

... (truncated)

Changelog

Sourced from yt-dlp's changelog.

Changelog

2023.09.24

Important changes

Core changes

Extractor changes

... (truncated)

Commits

Dependabot compatibility score

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.
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.9.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yt-dlp/yt-dlp/releases">yt-dlp's releases</a>.</em></p> <blockquote> <h2>yt-dlp 2023.09.24</h2> <p><a href="https://github.com/yt-dlp/yt-dlp#installation" title="Installation instructions"><img src="https://img.shields.io/badge/-Which%20file%20should%20I%20download%3F-white.svg?style=for-the-badge" alt="Installation" /></a> <a href="https://github.com/yt-dlp/yt-dlp/tree/2023.03.04#readme" title="Documentation"><img src="https://img.shields.io/badge/-Docs-brightgreen.svg?style=for-the-badge&amp;logo=GitBook&amp;labelColor=555555" alt="Documentation" /></a> <a href="https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.md#collaborators" title="Donate"><img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&amp;labelColor=555555&amp;style=for-the-badge" alt="Donate" /></a> <a href="https://discord.gg/H5MNcFW63r" title="Discord"><img src="https://img.shields.io/discord/807245652072857610?color=blue&amp;labelColor=555555&amp;label=&amp;logo=discord&amp;style=for-the-badge" alt="Discord" /></a> <a href="https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest" title="Nightly builds"><img src="https://img.shields.io/badge/Get%20nightly%20builds-purple.svg?style=for-the-badge" alt="Nightly" /></a></p> <h4>A description of the various files are in the <a href="https://github.com/yt-dlp/yt-dlp#release-files">README</a></h4> <hr /> <h4>Important changes</h4> <ul> <li><strong>The minimum <em>recommended</em> Python version has been raised to 3.8</strong> Since Python 3.7 has reached end-of-life, support for it will be dropped soon. <a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7803">Read more</a></li> <li>Security: [<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40581">CVE-2023-40581</a>] <a href="https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg">Prevent RCE when using <code>--exec</code> with <code>%q</code> on Windows</a> <ul> <li>The shell escape function is now using <code>&quot;&quot;</code> instead of <code>\&quot;</code>.</li> <li><code>utils.Popen</code> has been patched to properly quote commands.</li> </ul> </li> </ul> <!-- raw HTML omitted --> <h4>Core changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/6c5211cebeacfc53ad5d5ddf4a659be76039656f">Fix HTTP headers and cookie handling</a> by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/8cb7fc44db010e965d808ee679ef0725cb6e147c">Fix <code>--check-formats</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/836e06d246512f286f30c1371b2c54b72c9ecd93">Fix support for upcoming Python 3.12</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8130">#8130</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/9d6254069c75877bc88bc3584f4326fb1853a543">Merged with youtube-dl 66ab08</a> by <a href="https://github.com/coletdjnz">coletdjnz</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/de015e930747165dbb8fcd360f8775fd973b7d6e">Prevent RCE when using <code>--exec</code> with <code>%q</code> (CVE-2023-40581)</a> by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/61bdf15fc7400601c3da1aa7a43917310a5bf391">Raise minimum recommended Python version to 3.8</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8183">#8183</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/f73c11803579889dc8e1c99e25dba9a22fef39d8"><code>FFmpegFixupM3u8PP</code> may need to run with ffmpeg</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><strong>compat</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/e0c4db04dc82a699bdabd9821ddc239ebe17d30a">Add <code>types.NoneType</code></a> by <a href="https://github.com/pukkandan">pukkandan</a> (With fixes in <a href="https://github.com/yt-dlp/yt-dlp/commit/25b6e8f94679b4458550702b46e61249b875a4fd">25b6e8f</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/3d2623a898196640f7cc0fc8b70118ff19e6925d">Deprecate old functions</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/2861">#2861</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/a250b247334ce9f641e709cbb64974da6034a2b3">Ensure submodules are imported correctly</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> </ul> </li> <li><strong>cookies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/dab87ca23650fd87184ff5286b53e6985b59f71d">Containers JSON should be opened as utf-8</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7800">#7800</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>dependencies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/35f9a306e6934793cff100200cd03f288ec33f11">Handle deprecation of <code>sqlite3.version</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8167">#8167</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>outtmpl</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/a264433c9fba147ecae2420091614186cfeeb895">Fix replacement for <code>playlist_index</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><strong>utils</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/1b392f905d20ef1f1b300b180f867d43c9ce49b8">Add temporary shim for logging</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/af86873218c24c3859ccf575a87f2b00a73b49d0">Improve <code>parse_duration</code></a> by <a href="https://github.com/bashonly">bashonly</a></li> <li>HTTPHeaderDict: <a href="https://github.com/yt-dlp/yt-dlp/commit/3f7965105d8d2048359e67c1e8b8ebd51588143b">Handle byte values</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><code>clean_podcast_url</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/2af4eeb77246b8183aae75a0a8d19f18c08115b2">Handle more trackers</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7556">#7556</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/mabdelfattah">mabdelfattah</a></li> <li><code>js_to_json</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/52414d64ca7b92d3f83964cdd68247989b0c4625">Handle <code>Array</code> objects</a> by <a href="https://github.com/Grub4K">Grub4K</a>, <a href="https://github.com/std-move">std-move</a></li> </ul> </li> </ul> <h4>Extractor changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/550e65410a7a1b105923494ac44460a4dc1a15d9">Extract subtitles from SMIL manifests</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7667">#7667</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/81b4712bca608b9015aa68a4d96661d56e9cb894">Fix <code>--load-pages</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/904a19ee93195ce0bd4b08bd22b186120afb5b17">Make <code>_search_nuxt_data</code> more lenient</a> by <a href="https://github.com/std-move">std-move</a></li> <li><strong>abematv</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/497bbbbd7328cb705f70eced94dbd90993819a46">Fix proxy handling</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8046">#8046</a>) by <a href="https://github.com/SevenLives">SevenLives</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/9f66247289b9f8ecf931833b3f5f127274dd2161">Temporary fix for protocol handler</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> </ul> </li> <li><strong>amazonminitv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/538d37671a17e0782d17f08df17800e2e3bd57c8">Fix extractors</a> by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/GautamMKGarg">GautamMKGarg</a></li> <li><strong>antenna</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/665876034c8d3c031443f6b4958bed02ccdf4164">Support antenna.gr</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7584">#7584</a>) by <a href="https://github.com/stdedos">stdedos</a></li> <li><strong>artetv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c2da0b5ea215298135f76e3dc14b972a3c4afacb">Fix HLS formats extraction</a> by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>axs</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/aee6b9b88c0bcccf27fd23b7e00fc0b7b168928f">Add extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8094">#8094</a>) by <a href="https://github.com/barsnick">barsnick</a></li> <li><strong>banbye</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/578a82e497502b951036ce9da6fe0dac6937ac27">Support video ids containing a hyphen</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8059">#8059</a>) by <a href="https://github.com/kshitiz305">kshitiz305</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md">yt-dlp's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <!-- raw HTML omitted --> <h3>2023.09.24</h3> <h4>Important changes</h4> <ul> <li><strong>The minimum <em>recommended</em> Python version has been raised to 3.8</strong> Since Python 3.7 has reached end-of-life, support for it will be dropped soon. <a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7803">Read more</a></li> <li>Security: [<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40581">CVE-2023-40581</a>] <a href="https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg">Prevent RCE when using <code>--exec</code> with <code>%q</code> on Windows</a> <ul> <li>The shell escape function is now using <code>&quot;&quot;</code> instead of <code>\&quot;</code>.</li> <li><code>utils.Popen</code> has been patched to properly quote commands.</li> </ul> </li> </ul> <h4>Core changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/6c5211cebeacfc53ad5d5ddf4a659be76039656f">Fix HTTP headers and cookie handling</a> by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/8cb7fc44db010e965d808ee679ef0725cb6e147c">Fix <code>--check-formats</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/836e06d246512f286f30c1371b2c54b72c9ecd93">Fix support for upcoming Python 3.12</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8130">#8130</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/9d6254069c75877bc88bc3584f4326fb1853a543">Merged with youtube-dl 66ab08</a> by <a href="https://github.com/coletdjnz">coletdjnz</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/de015e930747165dbb8fcd360f8775fd973b7d6e">Prevent RCE when using <code>--exec</code> with <code>%q</code> (CVE-2023-40581)</a> by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/61bdf15fc7400601c3da1aa7a43917310a5bf391">Raise minimum recommended Python version to 3.8</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8183">#8183</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/f73c11803579889dc8e1c99e25dba9a22fef39d8"><code>FFmpegFixupM3u8PP</code> may need to run with ffmpeg</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><strong>compat</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/e0c4db04dc82a699bdabd9821ddc239ebe17d30a">Add <code>types.NoneType</code></a> by <a href="https://github.com/pukkandan">pukkandan</a> (With fixes in <a href="https://github.com/yt-dlp/yt-dlp/commit/25b6e8f94679b4458550702b46e61249b875a4fd">25b6e8f</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/3d2623a898196640f7cc0fc8b70118ff19e6925d">Deprecate old functions</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/2861">#2861</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/a250b247334ce9f641e709cbb64974da6034a2b3">Ensure submodules are imported correctly</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> </ul> </li> <li><strong>cookies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/dab87ca23650fd87184ff5286b53e6985b59f71d">Containers JSON should be opened as utf-8</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7800">#7800</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>dependencies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/35f9a306e6934793cff100200cd03f288ec33f11">Handle deprecation of <code>sqlite3.version</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8167">#8167</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>outtmpl</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/a264433c9fba147ecae2420091614186cfeeb895">Fix replacement for <code>playlist_index</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><strong>utils</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/1b392f905d20ef1f1b300b180f867d43c9ce49b8">Add temporary shim for logging</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/af86873218c24c3859ccf575a87f2b00a73b49d0">Improve <code>parse_duration</code></a> by <a href="https://github.com/bashonly">bashonly</a></li> <li>HTTPHeaderDict: <a href="https://github.com/yt-dlp/yt-dlp/commit/3f7965105d8d2048359e67c1e8b8ebd51588143b">Handle byte values</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><code>clean_podcast_url</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/2af4eeb77246b8183aae75a0a8d19f18c08115b2">Handle more trackers</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7556">#7556</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/mabdelfattah">mabdelfattah</a></li> <li><code>js_to_json</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/52414d64ca7b92d3f83964cdd68247989b0c4625">Handle <code>Array</code> objects</a> by <a href="https://github.com/Grub4K">Grub4K</a>, <a href="https://github.com/std-move">std-move</a></li> </ul> </li> </ul> <h4>Extractor changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/550e65410a7a1b105923494ac44460a4dc1a15d9">Extract subtitles from SMIL manifests</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7667">#7667</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/81b4712bca608b9015aa68a4d96661d56e9cb894">Fix <code>--load-pages</code></a> by <a href="https://github.com/pukkandan">pukkandan</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/904a19ee93195ce0bd4b08bd22b186120afb5b17">Make <code>_search_nuxt_data</code> more lenient</a> by <a href="https://github.com/std-move">std-move</a></li> <li><strong>abematv</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/497bbbbd7328cb705f70eced94dbd90993819a46">Fix proxy handling</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8046">#8046</a>) by <a href="https://github.com/SevenLives">SevenLives</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/9f66247289b9f8ecf931833b3f5f127274dd2161">Temporary fix for protocol handler</a> by <a href="https://github.com/pukkandan">pukkandan</a></li> </ul> </li> <li><strong>amazonminitv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/538d37671a17e0782d17f08df17800e2e3bd57c8">Fix extractors</a> by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/GautamMKGarg">GautamMKGarg</a></li> <li><strong>antenna</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/665876034c8d3c031443f6b4958bed02ccdf4164">Support antenna.gr</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7584">#7584</a>) by <a href="https://github.com/stdedos">stdedos</a></li> <li><strong>artetv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c2da0b5ea215298135f76e3dc14b972a3c4afacb">Fix HLS formats extraction</a> by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>axs</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/aee6b9b88c0bcccf27fd23b7e00fc0b7b168928f">Add extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8094">#8094</a>) by <a href="https://github.com/barsnick">barsnick</a></li> <li><strong>banbye</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/578a82e497502b951036ce9da6fe0dac6937ac27">Support video ids containing a hyphen</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8059">#8059</a>) by <a href="https://github.com/kshitiz305">kshitiz305</a></li> <li><strong>bbc</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/eda0e415d26eb084e570cf5372d38ee1f616b70f">Extract tracklist as chapters</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7788">#7788</a>) by <a href="https://github.com/garret1317">garret1317</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/c54ddfba0f7d68034339426223d75373c5fc86df"><code>c54ddfb</code></a> Release 2023.09.24</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/088add9567d39b758737e4299a0e619fd89d2e8f"><code>088add9</code></a> [cleanup] Misc</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/de015e930747165dbb8fcd360f8775fd973b7d6e"><code>de015e9</code></a> [core] Prevent RCE when using <code>--exec</code> with <code>%q</code> (CVE-2023-40581)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/61bdf15fc7400601c3da1aa7a43917310a5bf391"><code>61bdf15</code></a> [core] Raise minimum recommended Python version to 3.8 (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8183">#8183</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/1eaca74bc2ca0f5b1ec532f24c61de44f2e8cb2d"><code>1eaca74</code></a> [ie/nfl.com:plus:replay] Fix extractor (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7838">#7838</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/92feb5654c5a4c81ba872904a618700fcbb3e546"><code>92feb56</code></a> [ie/brilliantpala] Add extractors (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/6680">#6680</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/698beb9a497f51693e64d167e572ff9efa4bc25f"><code>698beb9</code></a> [ie/niconicochannelplus] Add extractors (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/5686">#5686</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/15591940ff102d1ae337d603a46d8f238c83a61f"><code>1559194</code></a> [ie/cineverse] Add extractors (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8146">#8146</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/6636021206dad17c7745ae6bce6cb73d6f2ef319"><code>6636021</code></a> [ie/PIAULIZAPortal] Add extractor (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/7903">#7903</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/eaee21bf71889d495076037cbe590c8c0b21ef3a"><code>eaee21b</code></a> [ie/Monstercat] Add extractor (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/8133">#8133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/yt-dlp/yt-dlp/compare/2023.07.06...2023.09.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yt-dlp&package-manager=pip&previous-version=2023.7.6&new-version=2023.9.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/Programvareverkstedet/grzegorz/network/alerts). </details>
pbsds commented 2023-09-25 20:08:29 +02:00 (Migrated from github.com)

Waiting for a6334b0e7f to hit nixos-unstable.

View: a6334b0e7f

Waiting for https://github.com/NixOS/nixpkgs/pull/256999/commits/a6334b0e7f804b649588d7407b8406a3b162939f to hit nixos-unstable. View: https://github.com/NixOS/nixpkgs/branch_commits/a6334b0e7f804b649588d7407b8406a3b162939f
pbsds commented 2023-10-03 17:23:23 +02:00 (Migrated from github.com)
https://nixpk.gs/pr-tracker.html?pr=256999
Sign in to join this conversation.
No description provided.