youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 21d0a8e48bbdb0d3a9fe046cbea44bc886c660dc
parent 8f1aaa97a1e3eb60749f8046f2f0b1a0749d007c
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun,  5 Jun 2016 17:43:26 +0800

Merge pull request #9702 from Eun/patch-1

curl: follow redirect
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ youtube-dl - download videos from youtube.com or other video platforms To install it right away for all UNIX users (Linux, OS X, etc.), type: - sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl + sudo curl -L https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl If you do not have curl, you can alternatively use a recent wget: