Merge pull request #141956 from roosemberth/backport-ytdlp
This commit is contained in:
@@ -27787,6 +27787,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 { };
|
||||
|
||||
@@ -9031,6 +9031,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 {
|
||||
|
||||
Reference in New Issue
Block a user