GNU bug report logs - #32664
[PATCH] gnu: youtube-dl: Update to 2018.08.04.

Previous Next

Package: guix-patches;

Reported by: Alex Vong <alexvong1995 <at> gmail.com>

Date: Sat, 8 Sep 2018 15:58:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex Vong <alexvong1995 <at> gmail.com>
To: 32664 <at> debbugs.gnu.org
Cc: alexvong1995 <at> gmail.com
Subject: [bug#32664] [PATCH] gnu: youtube-dl: Update to 2018.08.04.
Date: Sat, 08 Sep 2018 23:57:11 +0800
[Message part 1 (text/plain, inline)]
Hi,

This patch updates youtube-dl to the latest version. The current version
is too old for certain videos.

[0001-gnu-youtube-dl-Update-to-2018.08.04.patch (text/x-diff, inline)]
From bb343a30a33bedb2a5f2c0103efb8b4f41de7e2b Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Sat, 8 Sep 2018 23:50:57 +0800
Subject: [PATCH] gnu: youtube-dl: Update to 2018.08.04.

* gnu/packages/video.scm (youtube-dl): Update to 2018.08.04.
---
 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 3e074e6c3..900575b82 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1270,7 +1270,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.08.04")
+    (version "2018.09.08")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/"
@@ -1278,7 +1278,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1hcx99qbbyigc8k98c8bcc6a2wnhq6493fmrkl7rysc8krlxr0pm"))))
+                "0vwc4faqdddrb3nm4fzmkr60n5rc2zwyy8jwrrjad60kcp8isf05"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
-- 
2.18.0

[Message part 3 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.