From 1535e44625d93d3b90a53a93e2150ff046c72651 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Sep 2013 04:33:41 +0200 Subject: [PATCH] Update download.html as well --- download.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: