diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-28 19:35:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-28 19:38:06 +0100 |
commit | 09bbf0b4f191595231bad8712612833b8ac9a007 (patch) | |
tree | 01d0ab46c3c4172f385db26eb71ac9b774da3848 | |
parent | 504fd36a85e1054aec8179011bf2ca012e32b92e (diff) | |
download | guix-09bbf0b4f191595231bad8712612833b8ac9a007.tar.gz guix-09bbf0b4f191595231bad8712612833b8ac9a007.zip |
gnu: youtube-dl: Circumvent RIAA censorship.
* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index df5219fed1..34b0fbe294 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")))) |