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: 5.3.0
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.1
Choose a head ref
  • 16 commits
  • 27 files changed
  • 1 contributor

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    9cfe62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba78ad2 View commit details
    Browse the repository at this point in the history
  3. chore: add "A" rules to ruff config

    bastimeyer authored and gravyboat committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    85ea235 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    9d813c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6597054 View commit details
    Browse the repository at this point in the history
  3. stream.dash: rename constants

    bastimeyer authored and gravyboat committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fe6c018 View commit details
    Browse the repository at this point in the history
  4. stream.dash: turn Segment into dataclass

    and rename `range` attribute to `byterange` (similar to HLS Segment)
    bastimeyer authored and gravyboat committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d33df66 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    de42968 View commit details
    Browse the repository at this point in the history
  2. stream.dash: refactor and reformat code

    - Fix incorrect typing
    - Fix error messages, as well as docstrings and comments
    - Fix indentation
    - Replace str.format with f-strings
    - Use consistent order of `MPDNode.attr()` call keywords,
      but keep the order of the method's arguments
    - Use keywords when initializing the `Segment` dataclass
    - Flatten nested if-blocks in `SegmentTemplate.format_media()`
    - Remove unnecessary if-block in `Representation.segments()`
    bastimeyer committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    65bb38e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07bd742 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    e684913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11de140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e4198 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. release: 5.3.1

    bastimeyer committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    34c5f5e View commit details
    Browse the repository at this point in the history
Loading