From 645209d73fc78bc772e5b1f249d631f3d704f711 Mon Sep 17 00:00:00 2001 From: Dustin Dawes Date: Mon, 29 Jul 2013 10:51:10 -0700 Subject: [PATCH] Adding separate section for OS X install as OS X doesn't have wget by default. --- download.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/download.html b/download.html index d84b5e80f..8812e1c9a 100644 --- a/download.html +++ b/download.html @@ -29,8 +29,13 @@ Full source + docs + binary tarball (sig - 44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8)

-

To install it right away for all UNIX users (Linux, OS X, etc.), type: +

To install it right away for most UNIX users (Linux, 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
+

+ +

OS X doesn't ship (by default) with wget, to install type: 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: