mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:27:47 +00:00
streamlink: 6.11.0 -> 7.0.0 (#354037)
This commit is contained in:
commit
8a493d4cac
@ -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"
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user