|
|
@ -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>
|
|
|
|
<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.12.06/youtube-dl">2015.12.06</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl">2015.12.09</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 5d96d37dfa0cb24b66c07aa8ba9d4246</li>
|
|
|
|
<li><strong>MD5</strong>: 8bf1788e2688f3bc8ea9b477f92327e1</li>
|
|
|
|
<li><strong>SHA1</strong>: 5e58b704ece3ca058488aee6396f9a205c3641a5</li>
|
|
|
|
<li><strong>SHA1</strong>: 3e667e6f6c93e1e0792648e7afbfd25ff7d67480</li>
|
|
|
|
<li><strong>SHA256</strong>: 74a684a7ff48fe2c3a706b3c1f04fd016c1835c4d8f96409d5ee82d459c64034</li>
|
|
|
|
<li><strong>SHA256</strong>: 1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.exe.sig">sig</a> - 93f238caa96eea297a6188babf7abf8333b448dbe35fbe1f434676b41f6d860d)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe.sig">sig</a> - dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz.sig">sig</a> - 130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279)
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz.sig">sig</a> - 93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87)
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
<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.12.06/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.12.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
<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.12.06/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.12.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.12.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>
|
|
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|