|
|
|
@ -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.06/youtube-dl">2015.02.06</a> (<a href="https://yt-dl.org/downloads/2015.02.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl">2015.02.09</a> (<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 626824f425708406daf5236ea12132e7</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 4dc37247fcacacd9a07b468439dd9d612b85091e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: dac0295e995929589a84ca7404d105e3d564682a59d6639e07fbb17a6d31679d</li>
|
|
|
|
|
<li><strong>MD5</strong>: abd11d8d45ca6f6694c7d0471832c301</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 21c4e9347bab2e72c8e1a348542ce9d1cfacf2af</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 8a960832381cffd1fa709bab02354425cbe4ab1fdc94d2eab232f462469853b1</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.06/youtube-dl.exe.sig">sig</a> - 77970159346da7b5c456453c700c8d3199aab8557cda8c50eaef0458016ab5da)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.06/youtube-dl-2015.02.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.06/youtube-dl-2015.02.06.tar.gz.sig">sig</a> - 786870517a31f76fb614e2780f4e72352b27426aa33442d1fbefb0989d9bbab9)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl.exe.sig">sig</a> - ab1c5cfe0e63c0cb029eb923d3de34c038ade8daaaa3cc0c20c0c2ea31eb4f46)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl-2015.02.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl-2015.02.09.tar.gz.sig">sig</a> - a3233a076a138ea8f5c4da55221e999cc7dc1b685c0e5c7a31879d3fb9390c99)
|
|
|
|
|
</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.06/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.09/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.06/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.09/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.06/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.09/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>
|
|
|
|
|