|
|
|
@ -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/2013.12.23.4/youtube-dl">2013.12.23.4</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl">2013.12.26</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: a41bb22d06a7f1b5703721d73ff6bc92</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 480b3ed6498e4b857464c4d5ba699087c27b5a24</li>
|
|
|
|
|
<li><strong>SHA256</strong>: df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77</li>
|
|
|
|
|
<li><strong>MD5</strong>: d8fca8f54f414509538ef1c7dd9fd612</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6150ef0e00e5760f304de56bdcfd3fdccd844c0c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe.sig">sig</a> - aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz.sig">sig</a> - 8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe.sig">sig</a> - 156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz.sig">sig</a> - ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5)
|
|
|
|
|
</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/2013.12.23.4/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.26/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/2013.12.23.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.26/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/2013.12.23.4/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/2013.12.26/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>
|
|
|
|
|