|
|
@ -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/2016.01.14/youtube-dl">2016.01.14</a> (<a href="https://yt-dl.org/downloads/2016.01.14/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl">2016.01.15</a> (<a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: e27fe634463f37af6d55403ed7be488f</li>
|
|
|
|
<li><strong>MD5</strong>: 717f4fe829d3a4c1de722fcf146acb23</li>
|
|
|
|
<li><strong>SHA1</strong>: e62cfc08c7a752b24a48c9234210e1daae794f5c</li>
|
|
|
|
<li><strong>SHA1</strong>: ce2d710466e34fe3bd222ed4016e558880043b13</li>
|
|
|
|
<li><strong>SHA256</strong>: b706790ad6687e01498d6ef28c8ff27c128f5e04762238bd024cbd607264edde</li>
|
|
|
|
<li><strong>SHA256</strong>: 3053eaf1cb8f8e79cbacee0ec132e310838445bf40ac1b8921355c1532ce9735</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.01.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.01.14/youtube-dl.exe.sig">sig</a> - 99d5cc4e6908214c8f8f26da0396ad7df2bed1e0f346aedf85ca28f3f63b312b)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl.exe.sig">sig</a> - e1c6e3d479b0572294f44790d0e9e23c140a44c54d51d51e5d3929d3fe9d59ea)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.01.14/youtube-dl-2016.01.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.01.14/youtube-dl-2016.01.14.tar.gz.sig">sig</a> - 8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad)
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl-2016.01.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.01.15/youtube-dl-2016.01.15.tar.gz.sig">sig</a> - c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44)
|
|
|
|
</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/2016.01.14/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.01.15/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/2016.01.14/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.01.15/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/2016.01.14/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/2016.01.15/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>
|
|
|
|