|
|
|
@ -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.22/youtube-dl">2014.01.22</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl">2014.01.22.1</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 785d0b9f74e0a5777a9da86a9501f58f</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 05dced2d456d4d2206126b423c23a984f208e8bf</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02</li>
|
|
|
|
|
<li><strong>MD5</strong>: 4796fe341ea2df9803db400871ffdcb6</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6f35ad506f5996504db2db707a0a3b414b02b68e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe.sig">sig</a> - 3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz.sig">sig</a> - 140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe.sig">sig</a> - b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz.sig">sig</a> - bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c)
|
|
|
|
|
</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.22/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.22.1/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.22/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.22.1/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.22/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.22.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|