|
|
|
@ -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.02.27.1/youtube-dl">2014.02.27.1</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl">2014.02.28</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 1607396c9cbe2529c7cebea4b5da669b</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 54599f36f083fa9bcb3221e70ab6039f028248b7</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd</li>
|
|
|
|
|
<li><strong>MD5</strong>: f7244b5872f2e911b0a2cf685ec97010</li>
|
|
|
|
|
<li><strong>SHA1</strong>: b9bc9d124a46e183d7f80ea437d5de09579d8987</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe.sig">sig</a> - 8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz.sig">sig</a> - 40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe.sig">sig</a> - a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz.sig">sig</a> - 23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6)
|
|
|
|
|
</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.02.27.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.28/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.02.27.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.28/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.02.27.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/2014.02.28/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>
|
|
|
|
|