Skip to content

chore 🤖(deps): bump streamlink from 7.1.3 to 7.2.0 - #484

Merged
biodrone merged 1 commit into
stagingfrom
dependabot/uv/staging/streamlink-7.2.0
Apr 5, 2025
Merged

chore 🤖(deps): bump streamlink from 7.1.3 to 7.2.0#484
biodrone merged 1 commit into
stagingfrom
dependabot/uv/staging/streamlink-7.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 4, 2025

Copy link
Copy Markdown
Contributor

Bumps streamlink from 7.1.3 to 7.2.0.

Release notes

Sourced from streamlink's releases.

Streamlink 7.2.0

  • Added: decompress extras marker to Streamlink's optional dependencies for installing brotli and zstandard, which were previously implied optional dependencies via the transitive dependency urllib3 (#6451)
  • Changed: --retry-streams to allow a value of 0, so it can be unset again if set previously (#6455)
  • Changed: --quiet to suppress all text output including errors, not just log output (#6461)
  • Fixed: --logfile affecting the console output stream (#6461)
  • Fixed: broken user input prompt behavior on missing or non-interactive I/O streams (#6461)
  • Fixed: Plugin classes not requiring a matching matcher (#6466)
  • Fixed: --hls-audio-select not being case-insensitive and only comparing input values rather than resolved language codes (#6469, #6479)
  • Updated: Chrome Devtool Protocol interfaces, to match recent Chromium versions (#6481)
  • Updated plugins:
    • euronews: rewritten and fixed plugin (#6452)
    • kick: refactored plugin, fixed clip matcher and 403 API responses (#6491)
    • nicolive: fixed plugin not loading cookies from WebSocket messages (#6441)
    • nicolive: made the plugin always filter out blank HLS segments (#6476)
    • nowtvtr: removed plugin (#6488)
    • okru: canonicalize mobile URLs (#6444)
    • tf1: fixed stream matcher (#6439)

📦 Download and Installation

Please see the installation instructions for a list of available install methods and packages on the supported operating systems.

⚙️ Configuration and Usage

Please see the CLI documentation for how to configure and use Streamlink.

❤️ Support

If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the available options.
Your support is very much appreciated, thank you!

🙏 Contributors

🗒️ Full changelog

bastimeyer <mail@bastimeyer.de> (32):
      plugins.tf1: fix stream matcher
      plugins.okru: canonicalize mobile URLs
      tests.stream.hls: add key method switching test
      tools: bump ruff to 0.9.7
      build: add decompress extras marker
      plugins.euronews: rewrite and fix plugin
      cli: allow --retry-streams to be set to 0
      tools: bump ruff to 0.9.9
      docs: improve API quickstart guide
      plugin: ensure URL matches
</tr></table> 

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 7.2.0 (2025-04-04)

  • Added: decompress extras marker to Streamlink's optional dependencies for installing brotli and zstandard, which were previously implied optional dependencies via the transitive dependency urllib3 (#6451)
  • Changed: --retry-streams to allow a value of 0, so it can be unset again if set previously (#6455)
  • Changed: --quiet to suppress all text output including errors, not just log output (#6461)
  • Fixed: --logfile affecting the console output stream (#6461)
  • Fixed: broken user input prompt behavior on missing or non-interactive I/O streams (#6461)
  • Fixed: Plugin classes not requiring a matching matcher (#6466)
  • Fixed: --hls-audio-select not being case-insensitive and only comparing input values rather than resolved language codes (#6469, #6479)
  • Updated: Chrome Devtool Protocol interfaces, to match recent Chromium versions (#6481)
  • Updated plugins:
    • euronews: rewritten and fixed plugin (#6452)
    • kick: refactored plugin, fixed clip matcher and 403 API responses (#6491)
    • nicolive: fixed plugin not loading cookies from WebSocket messages (#6441)
    • nicolive: made the plugin always filter out blank HLS segments (#6476)
    • nowtvtr: removed plugin (#6488)
    • okru: canonicalize mobile URLs (#6444)
    • tf1: fixed stream matcher (#6439)

Full changelog

Commits
  • 90d1095 release: 7.2.0
  • 88addaf session.http_useragents: update useragents
  • c6528da plugins.kick: refactor, fix clips + 403 API issues
  • 178d0db plugins.nowtvtr: remove plugin
  • 8b18aa9 cli: log plugin found message early
  • 95f9acc webbrowser.cdp.devtools: update to v0.0.1438564
  • 49e5da1 stream.hls: fix media name cmp in audio-select
  • 14761c9 tools: bump ruff to 0.11.2
  • 3a687ed plugins.nicolive: filter out blank segments
  • 6e8d7ce plugins.nicolive: set stream cookies from WS data
  • Additional commits viewable in compare view

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)

Bumps [streamlink](https://github.com/streamlink/streamlink) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](streamlink/streamlink@7.1.3...7.2.0)

---
updated-dependencies:
- dependency-name: streamlink
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from biodrone April 4, 2025 23:33
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 4, 2025
@biodrone
biodrone merged commit 3afbbd0 into staging Apr 5, 2025
@dependabot
dependabot Bot deleted the dependabot/uv/staging/streamlink-7.2.0 branch April 5, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant