[PATCH] gnu: yt-dlp: Update to 2023.02.17.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 2 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
DM5PR03MB3163BCEDBFC4CC3D783345B0C5A19@DM5PR03MB3163.namprd03.prod.outlook.com
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(-)

Toggle diff (24 lines)
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
Tobias Geerinckx-Rice wrote 2 years ago
Re: gnu: yt-dlp: Update to 2023.02.17.
(address . 61585-done@debbugs.gnu.org)
873574c4rm.fsf@nckx
Thanks! Pushed.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY+/93g0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15G2IBALY38zYB/WsILNZvLKB+B7aODr9086lHD8NlqcXu
YbGaAP9UNxlQJOWKSvNv5WqY5PyhWwBr8ieLFE1f4/9W0BU2Bg==
=MPk9
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61585@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61585
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help