|
|
@ -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>
|
|
|
|
<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.03/youtube-dl">2014.12.03</a> (<a href="https://yt-dl.org/downloads/2014.12.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 0381bdb168f0d676084913e0d7a9a21b</li>
|
|
|
|
<li><strong>MD5</strong>: 0442dcb90c23e1cc24ed1a31851d9b32</li>
|
|
|
|
<li><strong>SHA1</strong>: bbd0556e585a335a2e4b6eb203d61206ca15e4cd</li>
|
|
|
|
<li><strong>SHA1</strong>: 6cb368bec509bca9968cfc8a366579cced819a0c</li>
|
|
|
|
<li><strong>SHA256</strong>: 695daaa0fd252a5666bce23cb1f2292ed78f13c20a4b1754cadaa2ce5cc8697e</li>
|
|
|
|
<li><strong>SHA256</strong>: dadfc132f430eb03ee31f597a8338ff0bd94d098f84f1702fb37a9aaf7419f82</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.03/youtube-dl.exe.sig">sig</a> - 436c177b38fd6aef60ce1eca4e2e2f95b542379325b3e27c407b49830fa0387e)<br>
|
|
|
|
<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.03/youtube-dl-2014.12.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.03/youtube-dl-2014.12.03.tar.gz.sig">sig</a> - 019414111094a3a1e52a14fe579fe1a52dd5a60eb19170fb6fc159aa5e1b1908)
|
|
|
|
<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)
|
|
|
|
</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/2014.12.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.04/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /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/2014.12.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.04/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /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/2014.12.03/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/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>
|
|
|
|