|
|
@ -16,27 +16,27 @@ |
|
|
|
|
|
|
|
<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work.</p> |
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl">2015.10.06.2</a> (<a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl">2015.10.09</a> (<a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 2a46baf869be5580be7e3810f413ecb8</li> |
|
|
|
<li><strong>SHA1</strong>: 0cd4b115ccf340a3b1eed06b9e4354afaa0ddd8a</li> |
|
|
|
<li><strong>SHA256</strong>: bebd4339af57349ab5e694f80ccc914663d53933b99b53fc4c93907cc2ad9d1b</li> |
|
|
|
<li><strong>MD5</strong>: 2545ce0adf01a0522b457e1065cf830d</li> |
|
|
|
<li><strong>SHA1</strong>: 6852a13c176aa9d0c7e2765b259a4e0cbcfdf643</li> |
|
|
|
<li><strong>SHA256</strong>: caf7bc12ba40165889d883000315f8a2d885c50723b627a002a5da90008f729e</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.exe.sig">sig</a> - e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl-2015.10.06.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.10.06.2/youtube-dl-2015.10.06.2.tar.gz.sig">sig</a> - 5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f) |
|
|
|
<a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl.exe.sig">sig</a> - cb284363e832a6678efb7105aed100bc0651a42af7edb70799e7bca75c89961d)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl-2015.10.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.10.09/youtube-dl-2015.10.09.tar.gz.sig">sig</a> - 33103a3197ee1bfa5e9fa78449ed19de888d6b36cc27f46f5c2e76ea11aee0ab) |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type: |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.10.09/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget: |
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
|
</p> |
|
|
|
|
|
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>To check the signature, type: |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
|