|
|
@ -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.01.29/youtube-dl">2014.01.29</a> (<a href="https://yt-dl.org/downloads/2014.01.29/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl">2014.01.30</a> (<a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 1e4aeb8f3af86620d77b7b3127ae85f9</li> |
|
|
|
<li><strong>SHA1</strong>: 7a3414dd6a5c453b8015db60a910ac7c2c9a6326</li> |
|
|
|
<li><strong>SHA256</strong>: ad7d448ff73819d5145291f4dd7f02a3dd47a20d38f92c15bb3be33e5683a212</li> |
|
|
|
<li><strong>MD5</strong>: 917d7be34a6d68a30564e0a62c6b8c1c</li> |
|
|
|
<li><strong>SHA1</strong>: cf7fec03a996af0f502c953514c0df57ba890a59</li> |
|
|
|
<li><strong>SHA256</strong>: 713b985a08dcc748b72ff81871745eb1abb9d332f84f6448d539947a1352d4df</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.29/youtube-dl.exe.sig">sig</a> - c0d469fd53134abba56096a11f5e2942ba55d4e7cacbf1258ef02d2879a551a8)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz.sig">sig</a> - 40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea) |
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl.exe.sig">sig</a> - ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz.sig">sig</a> - 269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95) |
|
|
|
</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.01.29/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.30/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.01.29/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.30/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.01.29/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.01.30/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> |
|
|
|