|
|
@ -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/2014.04.04.7/youtube-dl">2014.04.04.7</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl">2014.04.07</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 849d2b0b8337c1362afb76996eb84095</li> |
|
|
|
<li><strong>SHA1</strong>: e1e886d14905f8c0c50ea7904429f62406a19b0d</li> |
|
|
|
<li><strong>SHA256</strong>: 8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c</li> |
|
|
|
<li><strong>MD5</strong>: 082f3aac440432e7105372b8084deb84</li> |
|
|
|
<li><strong>SHA1</strong>: 688b0c74291397b3fa86bf38f45ae24cc839eaa6</li> |
|
|
|
<li><strong>SHA256</strong>: ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe.sig">sig</a> - 49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz.sig">sig</a> - 113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20) |
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe.sig">sig</a> - 1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz.sig">sig</a> - 5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b) |
|
|
|
</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/2014.04.04.7/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.07/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/2014.04.04.7/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.07/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/2014.04.04.7/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/2014.04.07/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> |
|
|
|