|
|
|
@ -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.12.12.3/youtube-dl">2014.12.12.3</a> (<a href="https://yt-dl.org/downloads/2014.12.12.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl">2014.12.12.4</a> (<a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 24f64b26d88ed3e2f10dd16d6791ec9d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 38378a2f8d0ab8867f8a2c25899855c3009bb6cc</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 779946010662b8433fc2ddaabe6689ab7fe92148d866ae0f87b8ee4cc756469b</li>
|
|
|
|
|
<li><strong>MD5</strong>: cbb0c37e5542f0c34d6355930c6f91ec</li>
|
|
|
|
|
<li><strong>SHA1</strong>: e3368c6ba8523bb203cb3caa3717b000a448d31c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c89babcd809270f042020a48af0a62ade767e5d53aaab7e4e69b39b20838fc60</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.12.3/youtube-dl.exe.sig">sig</a> - 56011ebdb7157a3668cc5aadc8da7bdfbd3bd80da9775be33725d535e847b35c)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.3/youtube-dl-2014.12.12.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.12.3/youtube-dl-2014.12.12.3.tar.gz.sig">sig</a> - b2e0f29da25cd5a065bc752d36dbf4137411fd535a7de0872e0447bb0bcdb5a7)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl.exe.sig">sig</a> - b4d2f7fa8ccaf3a64dd14e4ea771b1f3e6b98662ebfd27fed5a729d47e9a6bb7)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl-2014.12.12.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.12.4/youtube-dl-2014.12.12.4.tar.gz.sig">sig</a> - 955740062a47842eee72a5550f37d47dba1093ed41cbf10c87f6e72c066df635)
|
|
|
|
|
</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.12.12.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.12.4/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.12.12.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.12.4/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/2014.12.12.3/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.12.12.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|