8 python3Packages.buildPythonApplication rec {
14 inherit pname version;
15 hash = "sha256-Vi5ddTyhCeGVYgfeSsJ8M3zmuZ++ftcgO5RRBe1bL4Y=";
20 src = ./ffmpeg-path.patch;
21 ffmpeg = lib.getExe ffmpeg;
25 nativeBuildInputs = with python3Packages; [
29 nativeCheckInputs = with python3Packages; [
38 # requires ffmpeg to be in PATH
42 propagatedBuildInputs = with python3Packages; [
58 changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
59 description = "CLI for extracting streams from various websites to video player of your choosing";
60 homepage = "https://streamlink.github.io/";
62 Streamlink is a CLI utility that pipes videos from online
63 streaming services to a variety of video players such as VLC, or
64 alternatively, a browser.
66 Streamlink is a fork of the livestreamer project.
68 license = lib.licenses.bsd2;
69 mainProgram = "streamlink";
70 maintainers = with lib.maintainers; [ dezgeg zraexy DeeUnderscore ];