Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamlink/streamlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4.2
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.0
Choose a head ref
  • 17 commits
  • 20 files changed
  • 2 contributors

Commits on Dec 1, 2023

  1. plugin.api: update useragents

    streamlinkbot authored and bastimeyer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7e722ec View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    71e885e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    c4772c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7242977 View commit details
    Browse the repository at this point in the history
  3. tests: fix pytest-asyncio warnings

    Remove `event_loop` fixture from tests handled by pytest-asyncio,
    which is now deprecated since pytest-asyncio >=0.23
    bastimeyer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2d751a5 View commit details
    Browse the repository at this point in the history
  4. plugins.twitch: drop --twitch-disable-reruns

    - Remove rerun check and disable --twitch-disable-reruns plugin argument
    - Implement a new `_check_is_live()` which checks the channel and stream
      status, based on the previously used `StreamMetadata` GQL query
    - Update tests
    bastimeyer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e58fe24 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. plugins.twitch: remove is-live API check

    Instead, check if media playlists are accessible, so that we're not
    limited by Twitch's delayed API data when a channel has just gone live.
    bastimeyer committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c90d0ba View commit details
    Browse the repository at this point in the history
  2. plugins.twitch: no error msg for offline channels

    When the error-response of the HLS multivariant playlist didn't return
    JSON data, then don't log a useless error message.
    bastimeyer committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d581018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a169d5b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    a65d392 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    2f64123 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    bd5ff68 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. build: add support for versioningit >=3.0.0

    Keep backward compatibility for `versioningit <3.0.0`
    bastimeyer committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    83a6315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db3dac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bebc2ae View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    e4a9b86 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. release: 6.5.0

    bastimeyer committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    010364d View commit details
    Browse the repository at this point in the history
Loading