|
|
@ -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/2016.04.06/youtube-dl">2016.04.06</a> (<a href="https://yt-dl.org/downloads/2016.04.06/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl">2016.04.13</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: db0cdae7fc142793b2edbfc1ca9fe5cb</li> |
|
|
|
<li><strong>SHA1</strong>: 910f96fa5ee84fac9d08fd45bde89125f77d1a49</li> |
|
|
|
<li><strong>SHA256</strong>: 9959cf3f2e202e5b6241638e34e131a5a68aa39910ecb668dbb6f307e1763776</li> |
|
|
|
<li><strong>MD5</strong>: f122dfd75b1b4639852a63ada264fe05</li> |
|
|
|
<li><strong>SHA1</strong>: 67d1e0d3d4e8cc3baf085a46d883e2103a53ed87</li> |
|
|
|
<li><strong>SHA256</strong>: ce7e81b458661aa3c07b9c93efd4bc0dbade8e153c352c3e674b6ecea2480c8b</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.04.06/youtube-dl.exe.sig">sig</a> - 0db9d03b4fad9debb28322197ad3b9e6d0d31f2c8124103fc8bb4707729a681c)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.06/youtube-dl-2016.04.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.04.06/youtube-dl-2016.04.06.tar.gz.sig">sig</a> - 115a7443162198f12d97c2c1d83e69d462f78410a26d6dd5ae3c74603397b9cd) |
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.exe.sig">sig</a> - 7bad0efb6eab5486c59b3f29253fd834327e47ca4909ddd6fe556f934834c433)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl-2016.04.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl-2016.04.13.tar.gz.sig">sig</a> - f9307cbf2f2e9baf4724d9a35beecd9c7728422c0bff5e9efd0e8a026cc952cb) |
|
|
|
</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/2016.04.06/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.04.13/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/2016.04.06/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.04.13/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/2016.04.06/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/2016.04.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> |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
|