Skip to content

Bump streamlink from 3.2.0 to 5.1.0 in /TwitchRSS#18

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 14, 2022

Copy link
Copy Markdown
Contributor

Bumps streamlink from 3.2.0 to 5.1.0.

Release notes

Sourced from streamlink's releases.

Streamlink 5.1.0

  • Added: debug log messages of the FFmpeg version in use (#4861)
    Checking the FFmpeg version can be disabled via --ffmpeg-no-validation
  • Added: --twitch-access-token-param for changing access token API request params (#4952)
  • Added: new log level all (#4941)
  • Updated: sbscokr plugin and removed the --sbscokr-id parameter (#4865)
  • Updated: Twitch authentication docs (#4940, #4956)
  • Fixed: broken --twitch-disable-ads mid-roll ad filering (#4942)
  • Fixed: incorrect module name for trace logs on Python 3.11 (#4863)
  • Fixed: bloomberg plugin (#4919)
  • Fixed: dailymotion plugin (#4910)
  • Fixed: raiplay plugin (#4851)
  • Fixed: tvp plugin (#4905)
  • Fixed: vinhlongtv plugin (#4850)
  • Fixed: various other plugin issues (see full changelog)
  • Removed plugins: egame (#4866)
  • Build: added urllib3 as a direct dependency and set it to >=1.26.0 (#4950)
  • Build: added pytest-asyncio to dev-requirements (#4861)

📦 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

🗒️ Full changelog

Ian Cameron <1661072+mkbloke@users.noreply.github.com> (4):
      plugins.tv8: update stream URL regex
      plugins.bloomberg: update/fix headers to avoid bot detection
</tr></table> 

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 5.1.0 (2022-11-14)

  • Added: debug log messages of the FFmpeg version in use (#4861)
    Checking the FFmpeg version can be disabled via --ffmpeg-no-validation
  • Added: --twitch-access-token-param for changing access token API request params (#4952)
  • Added: new log level all (#4941)
  • Updated: sbscokr plugin and removed the --sbscokr-id parameter (#4865)
  • Updated: Twitch authentication docs (#4940, #4956)
  • Fixed: broken --twitch-disable-ads mid-roll ad filering (#4942)
  • Fixed: incorrect module name for trace logs on Python 3.11 (#4863)
  • Fixed: bloomberg plugin (#4919)
  • Fixed: dailymotion plugin (#4910)
  • Fixed: raiplay plugin (#4851)
  • Fixed: tvp plugin (#4905)
  • Fixed: vinhlongtv plugin (#4850)
  • Fixed: various other plugin issues (see full changelog)
  • Removed plugins: egame (#4866)
  • Build: added urllib3 as a direct dependency and set it to >=1.26.0 (#4950)
  • Build: added pytest-asyncio to dev-requirements (#4861)

Full changelog

streamlink 5.0.1 (2022-09-22)

Patch release:

  • Fixed: truncation of relative paths in progress output on Windows (#4830)
  • Fixed: mitele plugin's validation schema (#4839)
  • Fixed: infinite loop in rtve plugin (#4840)

Full changelog

streamlink 5.0.0 (2022-09-16)

Breaking changes:

Release highlights:

  • Added: official support for Python 3.11 (#4806)
  • Added: --player-external-http-continuous (#4739)

... (truncated)

Commits
  • 0bda6e1 release: 5.1.0
  • 3ccdb95 plugins.tv8: filter out ad segments
  • 3d02f6c cli: fix log format for log level "all"
  • 61794c1 docs: fix and update man page
  • 8105bfc plugins.twitch: add segment ad detection fallback
  • 14ffbb0 plugins.twitch: fix date offset of prefetch ads
  • 5667cb8 plugins.twitch: improve plugin notes and arg texts
  • 749f980 plugins: make $notes metadata repeatable
  • 721f732 stream.hls: log HLS playlist content while parsing
  • 0318a00 logger: implement StreamlinkLogger.iter()
  • 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.1.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.1.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 Nov 14, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 24, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #19.

@dependabot dependabot Bot closed this Nov 24, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/TwitchRSS/streamlink-5.1.0 branch November 24, 2022 16:02
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