|
|
|
@ -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.2+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl">2015.02.18</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl">2015.02.18.1</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 91f7cab466fd3384c903cbd99c32e3ca</li>
|
|
|
|
|
<li><strong>SHA1</strong>: fd106d717fa3fc20f2bc159551b0984fbec40da3</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 9bc36924b3636f571c0321ee93b36277a80af51b3a543aedd835aa7bc6e05fad</li>
|
|
|
|
|
<li><strong>MD5</strong>: 49352e6a8d7a699405ad1e12263261b2</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 207ee99a3b1fb8b4e0161bb9959d929fb3718ef2</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.exe.sig">sig</a> - 5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz.sig">sig</a> - dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe.sig">sig</a> - ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz.sig">sig</a> - 7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3)
|
|
|
|
|
</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/2015.02.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.18.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/2015.02.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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/2015.02.18/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/2015.02.18.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>
|
|
|
|
|