me
/
guix
Archived
1
0
Fork 0

gnu: youtube-dl: Circumvent RIAA censorship.

* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
master
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
1 changed files with 2 additions and 3 deletions

View File

@ -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"))))