gnu: youtube-dl: Circumvent RIAA censorship.

* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-28 19:35:06 +01:00
parent 504fd36a85
commit 09bbf0b4f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2188,9 +2188,8 @@ (define-public youtube-dl
(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"))))