From af480e49ed62d879c0cf88e1a0080c165afa7cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 11 Jun 2016 02:30:37 +0700 Subject: [PATCH] Add -L to curl command line --- download.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.html.in b/download.html.in index 643bfee2c..b2727b8e3 100644 --- a/download.html.in +++ b/download.html.in @@ -32,7 +32,7 @@

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl @PROGRAM_URL@ -o /usr/local/bin/youtube-dl
+sudo curl -L @PROGRAM_URL@ -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl