|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl">2016.02.05.1</a> (<a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl">2016.02.09</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: b8b7e604050ab5787784f0b3c4cc8661</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 5273f9154b0d19bca63f3a8f6bf25cfd23a1bae9</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 2378c5fba70848d41913ac50ac09c89e0e509e85b195d8bd084ab1b0b86eb1b9</li>
|
|
|
|
|
<li><strong>MD5</strong>: cb197327aec67ea3c0b31edd4ed1658b</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f37730dc2b76b0ceab47998ddf0167e5aaa4c64c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: d1856f61c2d320b6ee7f50607626ed33b8518bddf7a07450ae96f55ada7eeff8</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.exe.sig">sig</a> - 08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl-2016.02.05.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.05.1/youtube-dl-2016.02.05.1.tar.gz.sig">sig</a> - c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.exe.sig">sig</a> - b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz.sig">sig</a> - 361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207)
|
|
|
|
|
</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/2016.02.05.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.02.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2016.02.05.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.02.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2016.02.05.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/2016.02.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|