guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: youtube-dl: Circumvent RIAA censorship.


From: guix-commits
Subject: branch master updated: gnu: youtube-dl: Circumvent RIAA censorship.
Date: Wed, 28 Oct 2020 14:38:17 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 09bbf0b  gnu: youtube-dl: Circumvent RIAA censorship.
09bbf0b is described below

commit 09bbf0b4f191595231bad8712612833b8ac9a007
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 28 19:35:06 2020 +0100

    gnu: youtube-dl: Circumvent RIAA censorship.
    
    * gnu/packages/video.scm (youtube-dl)[source]: Update URL.
---
 gnu/packages/video.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index df5219f..34b0fbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2188,9 +2188,8 @@ To load this plugin, specify the following option when 
starting mpv:
     (version "2020.09.20")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://github.com/ytdl-org/youtube-dl/";
-                                  "releases/download/" version "/youtube-dl-"
-                                  version ".tar.gz"))
+              (uri (string-append "https://youtube-dl.org/downloads/latest/";
+                                  "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
                 "1pkw3hnkddk1kqv0in152q1k4jjgbmf2xvc9j3r5nd38z6f7j6mc"))))



reply via email to

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