summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-28 19:35:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-28 19:38:06 +0100
commit09bbf0b4f191595231bad8712612833b8ac9a007 (patch)
tree01d0ab46c3c4172f385db26eb71ac9b774da3848
parent504fd36a85e1054aec8179011bf2ca012e32b92e (diff)
gnu: youtube-dl: Circumvent RIAA censorship.
* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
-rw-r--r--gnu/packages/video.scm5
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"))))