From 2e64f96c27c122dd5bd86ad350999d41c9e33507 Mon Sep 17 00:00:00 2001 From: Dustin Dawes Date: Mon, 29 Jul 2013 10:10:58 -0700 Subject: [PATCH] Change download command to use curl vs wget as OS X doesn't ship with wget --- download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.html b/download.html index 26e39cad2..d84b5e80f 100644 --- a/download.html +++ b/download.html @@ -30,7 +30,7 @@

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

You can also use pip: