Update download.html

This commit is contained in:
Emil Engler 2019-01-23 17:20:55 +01:00 committed by GitHub
parent f8c035788c
commit f356025433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,12 @@
</p> </p>
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type: <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl<br/> <code class="commands">sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl</code>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p> </p>
<p>If you do not have curl, you can alternatively use a recent wget: <p>If you do not have curl, you can alternatively use a recent wget:
<code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl<br/> <code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl</code>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p> </p>
<p>You can also use pip: <p>You can also use pip: