From 1cd889a44eeba422121b20cff893d39af79011d8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Sep 2013 04:21:00 +0200 Subject: [PATCH] Advertise wget and curl (Closes #1147) --- download.html.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/download.html.in b/download.html.in index 61c99b94f..b6726c649 100644 --- a/download.html.in +++ b/download.html.in @@ -30,7 +30,14 @@

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo curl @PROGRAM_URL@ -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 @PROGRAM_URL@ -O /usr/local/bin/youtube-dl
+sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: