Skip to content

Bump streamlink from 3.2.0 to 5.4.0 in /TwitchRSS#24

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/TwitchRSS/streamlink-5.4.0
Open

Bump streamlink from 3.2.0 to 5.4.0 in /TwitchRSS#24
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/TwitchRSS/streamlink-5.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2023

Copy link
Copy Markdown
Contributor

Bumps streamlink from 3.2.0 to 5.4.0.

Release notes

Sourced from streamlink's releases.

Streamlink 5.4.0

Release highlights:

  • Added: --progress CLI argument and deprecated --force-progress (#5268)
  • Added: --dash-manifest-reload-attempts and respective session option (#5208)
  • Improved: DASH segment availability/download logging (#5214, #5235)
  • Refactored: DASH parser + stream implementation (#5221, #5224, #5225, #5244, #5248)
  • Fixed: DASH segment template numbers and availability times (#5213, #5217, #5233)
  • Fixed: DASH manifest mediaPresentationDuration and period duration (#5226)
  • Fixed: DASH manifest suggestedPresentationDelay (#5215)
  • Fixed: various DASH manifest parsing bugs (#5247)
  • Fixed: DASH timeline IDs not being unique (#5199)
  • Fixed: DASH substreams not having synced timelines (#5262)
  • Fixed: queued DASH segments being downloaded after closing the stream (#5236, #5237)
  • Fixed: incorrect min/max values of certain numeric CLI arguments (#5239)
  • Fixed: all naive datetime objects and made them timezone-aware (#5210)
  • Fixed: TV5monde plugin with new implementation (#5206)
  • Fixed: Steam plugin missing CDN auth data in stream URLs (#5222)
  • Fixed: Vimeo plugin's playerConfig regex (#5227)
  • Fixed: VKplay plugin's validation schema (#5251)
  • Fixed: Twitcasting plugin with new implementation (#5255)
  • Tests: fixed setuptools/pkg_resources DeprecationWarnings (#5167, #5230)
  • Tests: fixed ResourceWarnings due to stale file handles (#5242)
  • Added plugins: indihometv (#5266), telemadrid (#5212)
  • Removed plugins: nbcnews (#5279), useetv (#5266)

📦 Download and Installation

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

⚠️ PLEASE NOTE ⚠️
Streamlink's Windows installers have been moved to streamlink/windows-builds.

⚙️ 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

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 5.4.0 (2023-04-12)

Release highlights:

  • Added: --progress CLI argument and deprecated --force-progress (#5268)
  • Added: --dash-manifest-reload-attempts and respective session option (#5208)
  • Improved: DASH segment availability/download logging (#5214, #5235)
  • Refactored: DASH parser + stream implementation (#5221, #5224, #5225, #5244, #5248)
  • Fixed: DASH segment template numbers and availability times (#5213, #5217, #5233)
  • Fixed: DASH manifest mediaPresentationDuration and period duration (#5226)
  • Fixed: DASH manifest suggestedPresentationDelay (#5215)
  • Fixed: various DASH manifest parsing bugs (#5247)
  • Fixed: DASH timeline IDs not being unique (#5199)
  • Fixed: DASH substreams not having synced timelines (#5262)
  • Fixed: queued DASH segments being downloaded after closing the stream (#5236, #5237)
  • Fixed: incorrect min/max values of certain numeric CLI arguments (#5239)
  • Fixed: all naive datetime objects and made them timezone-aware (#5210)
  • Fixed: TV5monde plugin with new implementation (#5206)
  • Fixed: Steam plugin missing CDN auth data in stream URLs (#5222)
  • Fixed: Vimeo plugin's playerConfig regex (#5227)
  • Fixed: VKplay plugin's validation schema (#5251)
  • Fixed: Twitcasting plugin with new implementation (#5255)
  • Tests: fixed setuptools/pkg_resources DeprecationWarnings (#5167, #5230)
  • Tests: fixed ResourceWarnings due to stale file handles (#5242)
  • Added plugins: indihometv (#5266), telemadrid (#5212)
  • Removed plugins: nbcnews (#5279), useetv (#5266)

Full changelog

streamlink 5.3.1 (2023-02-25)

Patch release:

  • Fixed: http-trust-env session option name (--http-ignore-env CLI parameter) (#5193)
  • Fixed: missing byterange attribute of initialization segments in DASH streams (#5189)
  • Fixed: broken BaseURL context in DASH streams (#5194)
  • Fixed: detection of certain encrypted DASH streams (#5196)

Full changelog

streamlink 5.3.0 (2023-02-18)

Release highlights:

  • Project meta: dropped Open Collective sponsoring platform and updated the project's README, as well as the docs' donation/support page (#5143)
  • Deprecated: global plugin arguments (#5140)
  • Fixed: muxed streams sometimes missing data at the end (#5162)
  • Fixed: named pipes sometimes not being cleaned up properly (#5162)

... (truncated)

Commits
  • e4691b8 release: 5.4.0
  • 5df965f tests.hls: properly close streams in certain tests
  • 8240a5d stream.hls: check InvalidSchema for decryption key
  • 9b1bac1 stream.hls: fix playlist_end on sequence.num==0
  • d372059 tests: rewrite HLS external audio tests
  • 894ed6f stream.ffmpegmux: generic MuxedStream type
  • 01c13d6 plugins.nbcnews: plugin removal
  • 8d0afbf plugins.vk: add support for .ru domains
  • e99ccc4 docs: remove solus from install docs
  • a5a12c6 plugin.api: update useragents
  • 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 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 3.2.0 to 5.4.0.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](streamlink/streamlink@3.2.0...5.4.0)

---
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 the dependencies Pull requests that update a dependency file label Apr 13, 2023
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.

0 participants