diff --git a/download.html b/download.html index fc2f0ed09..09c8628ba 100644 --- a/download.html +++ b/download.html @@ -30,7 +30,14 @@

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.09.16/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.09.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo chmod a+x /usr/local/bin/youtube-dl
+

+ +

If you do not have curl, you can alternatively use a recent wget: + +sudo wget https://yt-dl.org/downloads/2013.09.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: