|
|
|
@ -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.05.16.1/youtube-dl">2014.05.16.1</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl">2014.05.19</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: f0cf03a29b35a61448a1378ffe235c98</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c5bc295d176f196d62903f60becd65d0d94b9696</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77</li>
|
|
|
|
|
<li><strong>MD5</strong>: aa9a3add27d289940728ef66b73a43bc</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 069ac0685c2bee8e28fed0841ee63f6e5a454c49</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe.sig">sig</a> - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz.sig">sig</a> - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe.sig">sig</a> - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz.sig">sig</a> - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68)
|
|
|
|
|
</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.05.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.05.19/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.05.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.19/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.05.16.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/2014.05.19/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>
|
|
|
|
|