GNU bug report logs -
#63117
[PATCH] gnu: yt-dlp: Change input.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
yt-dlp complained when the "--add-metadata" flag was used.
youtube-dl does not need ffmpeg as a propagated-input, though.
* gnu/packages/video.scm (yt-dlp)[inputs]: Remove ffmpeg.
[propagated-inputs]: Add ffmpeg.
---
gnu/packages/video.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838dfe7..df6bbc5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2598,6 +2598,7 @@ (define-public yt-dlp
(when tests?
(invoke "pytest" "-k" "not download"))))))))
(inputs (modify-inputs (package-inputs youtube-dl)
+ (delete ffmpeg) ;yt-dlp needs it as propagated-input
(append python-brotli
python-certifi
python-mutagen
@@ -2611,6 +2612,8 @@ (define-public yt-dlp
(list pandoc)
'())
(list python-pytest zip)))
+ (propagated-inputs
+ (list ffmpeg))
(description
"yt-dlp is a small command-line program to download videos from
YouTube.com and many more sites. It is a fork of youtube-dl with a
base-commit: fa685c87eaa9888a4278f39bb2b815673589dced
--
2.39.2
This bug report was last modified 2 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.