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.1 in /tvheadend #366

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps streamlink from 5.3.1 to 7.1.1.

Release notes

Sourced from streamlink's releases.

Streamlink 7.1.1

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

📦 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 <[email protected]> (1):
      cli: fix --show-matchers ignoring lazy plugins

Streamlink 7.1.0

  • 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:
    • various: replaced verbose URL matcher regexes of most plugins with multiple simple ones (#6285)
    • bilibili: updated schema to include MPEG-TS HLS streams (#6332)
    • bilibili: added back high-res HTTPStream streams from the v1 API with higher priority (#5782)
    • mangomolo: replaced media.gov.kw with 51.com.kw (#6353)
    • soop: rewritten authentication (#6321)
    • vkplay: renamed to vkvideo and updated matcher (#6319)
    • welt: fixed schema (#6301)
  • Build: removed typing-extensions from runtime dependencies (#6314)

📦 Download and Installation

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

... (truncated)

Changelog

Sourced from streamlink's 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:
    • various: replaced verbose URL matcher regexes of most plugins with multiple simple ones (#6285)
    • bilibili: updated schema to include MPEG-TS HLS streams (#6332)
    • bilibili: added back high-res HTTPStream streams from the v1 API with higher priority (#5782)
    • mangomolo: replaced media.gov.kw with 51.com.kw (#6353)
    • soop: rewritten authentication (#6321)
    • vkplay: renamed to vkvideo and updated matcher (#6319)
    • welt: fixed schema (#6301)
  • Build: removed typing-extensions from runtime dependencies (#6314)

Full changelog

streamlink 7.0.0 (2024-11-04)

... (truncated)

Commits
  • 23c9515 release: 7.1.1
  • 3332fd0 cli: fix --show-matchers ignoring lazy plugins
  • d532def release: 7.1.0
  • 62ca000 session.http_useragents: update useragents
  • 68cea62 session: update typing of options argument
  • 19783a6 plugin: use empty Options, merge custom options
  • 27cd682 options: make Options inherit from dict
  • 6f9d915 cli: clarify --show-matchers output format
  • 3819d43 plugins.mangomolo: update plugin matcher
  • 2bcdafc tools: bump mypy to 1.14.0 and fix issues
  • 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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Dec 30, 2024
@github-actions github-actions bot removed the python label Dec 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #368.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/tvheadend/streamlink-7.1.1 branch January 10, 2025 06:08
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants