|
|
|
@ -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.06.02/youtube-dl">2014.06.02</a> (<a href="https://yt-dl.org/downloads/2014.06.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl">2014.06.04</a> (<a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: c362c70ed52feb4a8de83a7eba8cf6bb</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 2adaf0cc95dfa252fddaa2c8e36122416da11eb5</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 2fea1cba14beeb7b43fef6ac30cfe81f0691556756a351cf89a0e850ac29fb6a</li>
|
|
|
|
|
<li><strong>MD5</strong>: 431574eb50ea7e2ed63d74fc8cf044b5</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 96bb13f7835681d8673bbc8fc30c682e965b30ce</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 3ca4a63ead612f99a37638513e289bcc6754f4a499fcf299c87ee968c34ec292</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.06.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.02/youtube-dl.exe.sig">sig</a> - f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz.sig">sig</a> - 6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl.exe.sig">sig</a> - 46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl-2014.06.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.04/youtube-dl-2014.06.04.tar.gz.sig">sig</a> - d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a)
|
|
|
|
|
</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.06.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.06.04/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.06.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.04/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.06.02/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.06.04/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>
|
|
|
|
|