Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump streamlink from 5.3.1 to 7.1.3 in /tvheadend #376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps streamlink from 5.3.1 to 7.1.3.

Release notes

Sourced from streamlink's releases.

Streamlink 7.1.3

  • Fixed: validate.contains() to allow all kinds of Container object inputs (#6421)
  • Updated plugins:
    • ceskatelevize: rewritten and fixed plugin (#6397)
    • nos: fixed validation schema, updated matcher (#6420)
    • pandalive: fixed user_id retieval, updated matcher (#6433)
    • pluzz: fixed video ID schemas (#6428)
    • streamable: removed plugin (#6435)
    • tv4play: removed plugin (#6399)
    • twitch: refactored TwitchAPI class and access token retrieval (#6403)
    • wwenetwork: rewritten and fixed plugin (#6404)
  • Docs: replaced Windows and Linux AppImage nightly builds with preview builds triggered on each commit to master (#6425)
  • Docs: added optional/secondary Linux AppImage builds with FFmpeg being bundled (#6415)
  • Tests: bumped freezegun requirement to >=1.5.0 (#6406)

📦 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

Mehavoid <tontole@riseup.net> (1):
      plugins.wwenetwork: rewrite and fix plugin

Refael Ackermann <refack@gmail.com> (1):
cli: improve --logformat/--logdateformat help text

bastimeyer <mail@bastimeyer.de> (25):
tools: bump ruff to 0.9.0 and fix issues
plugins.ceskatelevize: rewrite and fix plugin
plugins.twitch: refactor TestTwitchAPIAccessToken
plugins.twitch: refactor Twitch._access_token()
plugins.twitch: refactor TwitchAPI class
</tr></table>

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 7.1.3 (2025-02-14)

  • Fixed: validate.contains() to allow all kinds of Container object inputs (#6421)
  • Updated plugins:
    • ceskatelevize: rewritten and fixed plugin (#6397)
    • nos: fixed validation schema, updated matcher (#6420)
    • pandalive: fixed user_id retieval, updated matcher (#6433)
    • pluzz: fixed video ID schemas (#6428)
    • streamable: removed plugin (#6435)
    • tv4play: removed plugin (#6399)
    • twitch: refactored TwitchAPI class and access token retrieval (#6403)
    • wwenetwork: rewritten and fixed plugin (#6404)
  • Docs: replaced Windows and Linux AppImage nightly builds with preview builds triggered on each commit to master (#6425)
  • Docs: added optional/secondary Linux AppImage builds with FFmpeg being bundled (#6415)
  • Tests: bumped freezegun requirement to >=1.5.0 (#6406)

Full changelog

streamlink 7.1.2 (2025-01-08)

  • Updated plugins:
    • various: fixed access of URL matcher regex capture groups, affecting abematv, ard_mediathek, bbiplayer, dailymotion, picarto, streann (#6364, #6368)
    • chzzk: added support for clips (#6389)
    • dailymotion: added support for lequipe.fr (#6372)
    • kick: fixed 403 HTTP errors, fixed VOD URL matcher (#6384)
    • nicolive: fixed authentication (#6378)
    • tiktok: rewritten plugin, fixed live streams, added VODs (#6381)

Full changelog

streamlink 7.1.1 (2024-12-28)

  • Fixed: --show-matchers=pluginname not working when plugins are loaded lazily (#6361)

Full changelog

streamlink 7.1.0 (2024-12-28)

  • Added: --show-matchers=pluginname CLI argument (#6287)
  • Updated: Streamlink and Plugin constructors to allow both Mapping and Options as options types (#6311)
  • Fixed: uncaught DASH errors if FFmpeg is unavailable (#6306)
    As a side effect, if FFmpeg is unavailable, DASH streams will only return one sub-stream of the video and/or audio streams that would be muxed otherwise.
  • Fixed: incorrect DASH segment duration in timeline manifests (#6323)
  • Fixed: dynamic DASH streams incorrectly requiring the publishTime and availabilityStartTime attributes (#6324)
  • Fixed: incorrect DASH segment and manifest base-URL joining (#6328, #6338)
  • Fixed: matchers and arguments objects being shared in inherited Plugin classes (#6297, #6298)
  • Updated plugins:

... (truncated)

Commits
  • 5a3f7c2 release: 7.1.3
  • 9a80290 plugins.pandalive: fix user_id, update matcher
  • e0bf83e plugins.streamable: remove plugin
  • 5fadd7e ci.github: use github.sha in preview-build
  • a4a5280 tools: bump ruff to 0.9.5
  • e0eb8a6 plugins.tf1: fix help text of --tf1-password
  • 0c6cf54 plugins.pluzz: fix video ID schemas
  • 362654d docs: update preview-builds in PR feedback section
  • b2e4569 docs: fix preview build references in OS tables
  • 65be3cd docs: replace nightly builds with preview builds
  • 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 5.3.1 to 7.1.3.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](streamlink/streamlink@5.3.1...7.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Feb 17, 2025
@github-actions github-actions bot removed the python label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants