|
|
@ -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.3+ to work.</p> |
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl">2013.10.18.1</a> (<a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl">2013.10.18.2</a> (<a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 8e77d1634d6222c9d34415666b0c5070</li> |
|
|
|
<li><strong>SHA1</strong>: 39a63c25bd68db6632f8080d449523d9cff3188b</li> |
|
|
|
<li><strong>SHA256</strong>: 4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba</li> |
|
|
|
<li><strong>MD5</strong>: 2ebb8ecb12dd78e98c51f4aeca947e7c</li> |
|
|
|
<li><strong>SHA1</strong>: bd860ecec11911e0fd085e15e0cd809246f4d156</li> |
|
|
|
<li><strong>SHA256</strong>: 5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe.sig">sig</a> - 6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz.sig">sig</a> - bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe.sig">sig</a> - 32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz.sig">sig</a> - 3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524) |
|
|
|
</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/2013.10.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.18.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+x /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/2013.10.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.18.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code> |
|
|
|
</p> |
|
|
|
|
|
|
@ -49,7 +49,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/2013.10.18.1/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/2013.10.18.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> |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
|