diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8fac3aa271e6dd9afeb5692907ee681e2d52c415..deb2cf1dc48b2c5512668e1e42fad71342b4222b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -815,7 +815,7 @@ (define-public youtube-dl (version "2015.11.01") (source (origin (method url-fetch) - (uri (string-append "https://youtube-dl.org/downloads/" + (uri (string-append "http://youtube-dl.org/downloads/" version "/youtube-dl-" version ".tar.gz")) (sha256 @@ -826,7 +826,7 @@ (define-public youtube-dl (home-page "http://youtube-dl.org") (synopsis "Download videos from YouTube.com and other sites") (description - "youtube-dl is a small command-line program to download videos from + "Youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.") (license license:public-domain)))