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

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

bug#61585: closed ([PATCH] gnu: yt-dlp: Update to 2023.02.17.)


From: GNU bug Tracking System
Subject: bug#61585: closed ([PATCH] gnu: yt-dlp: Update to 2023.02.17.)
Date: Fri, 17 Feb 2023 22:23:02 +0000

Your message dated Fri, 17 Feb 2023 23:20:31 +0100
with message-id <873574c4rm.fsf@nckx>
and subject line Re: gnu: yt-dlp: Update to 2023.02.17.
has caused the debbugs.gnu.org bug report #61585,
regarding [PATCH] gnu: yt-dlp: Update to 2023.02.17.
to be marked as done.

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


-- 
61585: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61585
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: yt-dlp: Update to 2023.02.17. Date: Fri, 17 Feb 2023 15:37:47 -0500
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/video.scm (yt-dlp): Update to 2023.02.17.
---

youtube changed some stuff upstream and yt-dlp stopped working recently for
youtube.com.  I've tested this change locally and it fixes the issue

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index df70ed6473..a345227391 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2565,7 +2565,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.01.06")
+    (version "2023.02.17")
     (source
      (origin
        (method git-fetch)
@@ -2574,7 +2574,7 @@ (define-public yt-dlp
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3"))))
+        (base32 "08m626ij0jij5vbvfbbalwr97jdhl1n2w2cwwgbj5a4s7vhvp84x"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: gnu: yt-dlp: Update to 2023.02.17. Date: Fri, 17 Feb 2023 23:20:31 +0100
Thanks!  Pushed.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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