streamlink: 6.11.0 -> 7.0.0 (#354037)

This commit is contained in:
Peder Bergebakken Sundt 2024-12-01 14:39:19 +01:00 committed by GitHub
commit 8a493d4cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
diff --git a/src/streamlink/stream/ffmpegmux.py b/src/streamlink/stream/ffmpegmux.py
index 258b314a..c493e010 100644
index 136c0b81..2dd00a20 100644
--- a/src/streamlink/stream/ffmpegmux.py
+++ b/src/streamlink/stream/ffmpegmux.py
@@ -80,7 +80,7 @@ class MuxedStream(Stream, Generic[TSubstreams]):
@@ -83,7 +83,7 @@ class MuxedStream(Stream, Generic[TSubstreams]):
class FFMPEGMuxer(StreamIO):
- __commands__: ClassVar[List[str]] = ["ffmpeg"]
+ __commands__: ClassVar[List[str]] = ["@ffmpeg@"]
- __commands__: ClassVar[list[str]] = ["ffmpeg"]
+ __commands__: ClassVar[list[str]] = ["@ffmpeg@"]
DEFAULT_LOGLEVEL = "info"
DEFAULT_OUTPUT_FORMAT = "matroska"
DEFAULT_VIDEO_CODEC = "copy"

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.11.0";
version = "7.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Vi5ddTyhCeGVYgfeSsJ8M3zmuZ++ftcgO5RRBe1bL4Y=";
hash = "sha256-UaQGKGLmeV1pQEbKbnBUnW0TWDxkDRUFlmgEsOA/7/I=";
};
patches = [
@ -55,7 +55,7 @@ python3Packages.buildPythonApplication rec {
];
meta = {
changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
changelog = "https://streamlink.github.io/changelog.html";
description = "CLI for extracting streams from various websites to video player of your choosing";
homepage = "https://streamlink.github.io/";
longDescription = ''