|
|
|
@ -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.11.02.1/youtube-dl">2014.11.02.1</a> (<a href="https://yt-dl.org/downloads/2014.11.02.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl">2014.11.04</a> (<a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 792a8e22f1c6106a9ac5a7675f9db561</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 7e1f523f0acb792405bb3ba2edd8f5ee7db550b5</li>
|
|
|
|
|
<li><strong>SHA256</strong>: dd19c5e8398bf01320ae492c52a422ee5584e5381c5d74eae45c32f0aa36b904</li>
|
|
|
|
|
<li><strong>MD5</strong>: 05a3c9b329ca6566e7a7ddf0120711d7</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 4903a4b1356c9997a6deabe7e70d208043305b2e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 36d25106c321456d7cadb55ca4f988250eca76d66c2210300f823d76bbea4fab</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.02.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.02.1/youtube-dl.exe.sig">sig</a> - 40f8c4f28ae6d72fe90d7e0848f3b98dce8d440cd7263ffb1b95351200848d74)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.02.1/youtube-dl-2014.11.02.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.02.1/youtube-dl-2014.11.02.1.tar.gz.sig">sig</a> - 2e4ee5cc168eb56f778beec48809aa18068c22f8bbaa1911f5b69cf51edb609e)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl.exe.sig">sig</a> - c9819165ba7a0698dc9e55121ee1a72731ad638dd835b13a8e52d8c0e5d09cae)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl-2014.11.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.04/youtube-dl-2014.11.04.tar.gz.sig">sig</a> - f3c970c8b0dd64883db57170afd61cbabf4fb9626c378d99ba612f0ae8b2781c)
|
|
|
|
|
</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.11.02.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.04/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.11.02.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.04/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.11.02.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.04/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>
|
|
|
|
|