yt-dlp-light: disable atomicparsley and rtmp
This commit is contained in:
parent
14dd7b52b1
commit
17781f77f5
1 changed files with 2 additions and 0 deletions
|
@ -11103,8 +11103,10 @@ in {
|
|||
yt-dlp = callPackage ../tools/misc/yt-dlp { };
|
||||
|
||||
yt-dlp-light = callPackage ../tools/misc/yt-dlp {
|
||||
atomicparsleySupport = false;
|
||||
ffmpegSupport = false;
|
||||
phantomjsSupport = false;
|
||||
rtmpSupport = false;
|
||||
};
|
||||
|
||||
youtube-search = callPackage ../development/python-modules/youtube-search { };
|
||||
|
|
Loading…
Reference in a new issue