|
@ -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> |
|
|
<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.12.13/youtube-dl">2015.12.13</a> (<a href="https://yt-dl.org/downloads/2015.12.13/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl">2015.12.18</a> (<a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: 2be0126739e0abd48cbf660bd8291c05</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: ea34a6c084410796e42167650335c6d65d87aecc</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: edf486200c24ecc7497b12a0ef9876d9f02d936a5863835d5f6902244fe3765d</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: f056a81aa7a382ed7972623ac599bba0</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 9027dfbd0a686db2d5983c4fc9e86e44dd959bb1</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 504df8bf4f2bce39b8f2c7bd5bf00a0b0c94a26223203e37c83de83b4eff8322</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2015.12.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.13/youtube-dl.exe.sig">sig</a> - 33b5589120ed4ea4c2345de67fcfaaf3a7307642ecd39ea1cc0426ddc484fa45)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.13/youtube-dl-2015.12.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.13/youtube-dl-2015.12.13.tar.gz.sig">sig</a> - 9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl.exe.sig">sig</a> - dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl-2015.12.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.18/youtube-dl-2015.12.18.tar.gz.sig">sig</a> - d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f) |
|
|
</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 https://yt-dl.org/downloads/2015.12.13/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.12.18/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
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/2015.12.13/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<p>To check the signature, type: |
|
|
<p>To check the signature, type: |
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.12.13/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.12.18/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> |
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|