|
|
|
@ -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.02.20/youtube-dl">2014.02.20</a> (<a href="https://yt-dl.org/downloads/2014.02.20/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl">2014.02.21</a> (<a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 8ca0ce624523458e9948aa40dac951cf</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f0624ebb40c9095452c90c7187f5deccefd93451</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 25ead77447df13c6061a1ce43c644c21c3be3017fed226016a05fe2315d10b99</li>
|
|
|
|
|
<li><strong>MD5</strong>: 722540d44fd5efc749264ebbb66b9c97</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6e1c2ccc98da1920f5dcac537871e6c081fd4291</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.20/youtube-dl.exe.sig">sig</a> - 81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz.sig">sig</a> - 8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe.sig">sig</a> - 07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz.sig">sig</a> - 4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157)
|
|
|
|
|
</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.02.20/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.21/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.02.20/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.21/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.02.20/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.02.21/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>
|
|
|
|
|