emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62377: closed ([PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.)


From: GNU bug Tracking System
Subject: bug#62377: closed ([PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.)
Date: Sun, 02 Apr 2023 20:34:03 +0000

Your message dated Sun, 02 Apr 2023 22:33:06 +0200
with message-id <87zg7qhvnh.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by 
yt-dlp.
has caused the debbugs.gnu.org bug report #62377,
regarding [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62377: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62377
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp. Date: Wed, 22 Mar 2023 13:26:55 +0100
From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
yt-dlp.
[arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.
---

 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 0758cf5b27..378f0d5286 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -144,7 +144,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
@@ -166,7 +166,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.")
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp. Date: Sun, 02 Apr 2023 22:33:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

jlicht@fsfe.org writes:

> * gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
> yt-dlp.
> [arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]