|
|
|
@ -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.04/youtube-dl">2014.12.04</a> (<a href="https://yt-dl.org/downloads/2014.12.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl">2014.12.04.1</a> (<a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 0442dcb90c23e1cc24ed1a31851d9b32</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6cb368bec509bca9968cfc8a366579cced819a0c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: dadfc132f430eb03ee31f597a8338ff0bd94d098f84f1702fb37a9aaf7419f82</li>
|
|
|
|
|
<li><strong>MD5</strong>: ffa4d39090ad5b022a79663335446532</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 3f19bdf4aafd8d87366948c665b803ee1378e781</li>
|
|
|
|
|
<li><strong>SHA256</strong>: bf62f1303a369c44d28db2bd3684ef16511a806a39b6131290281a63693b7962</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.04/youtube-dl.exe.sig">sig</a> - 3245c99cd3a90e350bf7088c1eb52a3d606c6b302fbafa671264de227e8c7b50)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.04/youtube-dl-2014.12.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.04/youtube-dl-2014.12.04.tar.gz.sig">sig</a> - 973e552357f9721523c4f5f3ee190836cf4b02eff67790d67798b4710f15faef)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl.exe.sig">sig</a> - 7ebaf29be3bc28f8664d1f9339b8d51a972d8e314cc05685dfd3f70a2132fc39)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl-2014.12.04.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.04.1/youtube-dl-2014.12.04.1.tar.gz.sig">sig</a> - 20fcc925902ceced094ab1659aa80b6643eddbd12f573e3dbab7d3da6c6fd635)
|
|
|
|
|
</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.04/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.04.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/2014.12.04/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.04.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/2014.12.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.04.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>
|
|
|
|
|