|
|
|
@ -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.04.21.6/youtube-dl">2014.04.21.6</a> (<a href="https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl">2014.04.30</a> (<a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 6acb03c9507dd622301423d6e082b5fd</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 20acffc43278ba0b6f9a7302e36136e90bd2b871</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 472a2ae4dfb5f87356ee58856a292b02e9242d4bf361220e77591e923e14a371</li>
|
|
|
|
|
<li><strong>MD5</strong>: a4d65decc6f8bb568253c9c16b0553f2</li>
|
|
|
|
|
<li><strong>SHA1</strong>: fb3be5f73ae736c4e7ceac607520c80b5767669e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 78cae96e4dc827c257f47c932d3ae10fe7133e1f8a9e09363fe55f5c80a592e3</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.exe.sig">sig</a> - 03319955f137f1d98ec05d739360c2d60d668880f380c15d1e151d2dcb721546)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz.sig">sig</a> - 8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl.exe.sig">sig</a> - 235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz.sig">sig</a> - 39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7)
|
|
|
|
|
</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.04.21.6/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.30/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.04.21.6/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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.04.21.6/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.04.30/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>
|
|
|
|
|