yt-dlp: init at 2021.07.21

(cherry picked from commit e40ceba3fc172b6610eb0da96384636e08a510e2)
This commit is contained in:
Maciej Krüger
2021-10-17 10:34:25 +02:00
committed by Roosembert Palacios
parent d22c3a6bc1
commit 5ae4146460
3 changed files with 73 additions and 0 deletions
+4
View File
@@ -27796,6 +27796,10 @@ in
youtube-dl-light = with python3Packages; toPythonApplication youtube-dl-light;
yt-dlp = with python3Packages; toPythonApplication yt-dlp;
yt-dlp-light = with python3Packages; toPythonApplication yt-dlp-light;
youtube-viewer = perlPackages.WWWYoutubeViewer;
ytalk = callPackage ../applications/networking/instant-messengers/ytalk { };
+7
View File
@@ -9029,6 +9029,13 @@ in {
phantomjsSupport = false;
};
yt-dlp = callPackage ../tools/misc/yt-dlp { };
yt-dlp-light = callPackage ../tools/misc/yt-dlp {
ffmpegSupport = false;
phantomjsSupport = false;
};
yowsup = callPackage ../development/python-modules/yowsup { };
yq = callPackage ../development/python-modules/yq {