gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP.
* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace YOUTUBE-DL with YT-DLP. [arguments]: Replace YOUTUBE-DL with YT-DLP in WRAP-PROGRAM phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1e7ae59abb
commit
7221deca76
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ (define-public ytfzf
|
|||
'("bash" "catimg" "chafa" "coreutils" "curl"
|
||||
"dmenu" "fzf" "gawk" "grep" "jp2a" "jq"
|
||||
"libnotify" "mpv" "ncurses" "python-ueberzug"
|
||||
"sed" "util-linux" "youtube-dl")))
|
||||
"sed" "util-linux" "yt-dlp")))
|
||||
`("YTFZF_SYSTEM_ADDON_DIR" ":" =
|
||||
,(list (string-append #$output "/share/ytfzf/addons")))))))))
|
||||
(inputs
|
||||
|
@ -168,7 +168,7 @@ (define-public ytfzf
|
|||
python-ueberzug
|
||||
sed
|
||||
util-linux
|
||||
youtube-dl))
|
||||
yt-dlp))
|
||||
(synopsis "Watch PeerTube or YouTube videos from the terminal")
|
||||
(description "@code{ytfzf} is a POSIX script that helps you find PeerTube or
|
||||
YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
||||
|
|
Loading…
Reference in a new issue