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: 2.1.1
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.2
Choose a head ref
  • 18 commits
  • 30 files changed
  • 7 contributors

Commits on Apr 1, 2021

  1. build: include .removed file in build

    This file is required by tests when executing them with the build dir.
    amurzeau authored and bastimeyer committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c7bd7ec View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. plugins.tvplayer: plugin removal

    mkbloke authored and gravyboat committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0db69be View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

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

Commits on Apr 4, 2021

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

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    b9f055d View commit details
    Browse the repository at this point in the history
  2. plugins.picarto: rewrite/fix (#3661)

    Co-authored-by: back-to <backto@protonmail.ch>
    mkbloke and back-to authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    1baa545 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. plugins.hitbox: remove plugin

    bastimeyer authored and gravyboat committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    e6ef40e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

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

Commits on Apr 20, 2021

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

Commits on May 1, 2021

  1. utils.named_pipe: rewrite named pipes

    - split into two classes with an abstract base class
    - remove name parameter from class and generate proper names
    - remove mode parameter from open() as it's always binary mode
    - change type of NamedPipe.path from str to pathlib.Path
    - add tests
    bastimeyer authored and gravyboat committed May 1, 2021
    Configuration menu
    Copy the full SHA
    c90d028 View commit details
    Browse the repository at this point in the history
  2. docs: fix winget package link

    bastimeyer authored and gravyboat committed May 1, 2021
    Configuration menu
    Copy the full SHA
    87d4ceb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. plugins.nicolive: fix proxy arguments (#3710)

    ```
    setsockopt() takes exactly 3 arguments (1 given)
    ```
    Kagamia authored May 2, 2021
    Configuration menu
    Copy the full SHA
    3fdd208 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. plugins.mitele: use '_{bitrate}' and remove duplicates

    before
    
    ```
    [cli][info] Available streams: 360p (worst), 480p, 576p, 720p_alt2, 720p_alt, 720p (best)
    ```
    
    now
    
    ```
    [cli][info] Available streams: 360p_364k (worst), 480p_764k, 720p_1564k, 720p_2564k, 576p_5008k, 720p_6891k, 720p_9726k (best)
    ```
    
    closes #3708
    back-to authored and bastimeyer committed May 8, 2021
    Configuration menu
    Copy the full SHA
    a0dee11 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

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

Commits on May 14, 2021

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

Commits on May 15, 2021

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

Commits on May 19, 2021

  1. plugins.youtube: add html5=1 parameter (#3732)

    and avoid 404 Client Error: Unable to open URL: https://youtube.com/get_video_info
    yavuzKomecoglu authored May 19, 2021
    Configuration menu
    Copy the full SHA
    46c1776 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. release: 2.1.2

    bastimeyer committed May 20, 2021
    Configuration menu
    Copy the full SHA
    f06ae78 View commit details
    Browse the repository at this point in the history
Loading