|
|
|
@ -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.09/youtube-dl">2015.02.09</a> (<a href="https://yt-dl.org/downloads/2015.02.09/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl">2015.02.09.1</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: abd11d8d45ca6f6694c7d0471832c301</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 21c4e9347bab2e72c8e1a348542ce9d1cfacf2af</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 8a960832381cffd1fa709bab02354425cbe4ab1fdc94d2eab232f462469853b1</li>
|
|
|
|
|
<li><strong>MD5</strong>: ec93077588f322851e07302c0199c99a</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 8945e1f1c2d7ccae3923f1d81067211fbf305b1b</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 46e2d14da0a42f5c2f96ce536e0f3e4aff72014af25115c6990d5668d4d11c8d</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<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)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.exe.sig">sig</a> - d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz.sig">sig</a> - 524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb)
|
|
|
|
|
</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.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.09.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.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.09.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.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.09.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>
|
|
|
|
|