|
|
|
@ -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.26/youtube-dl">2014.02.26</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl">2014.02.27</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 2b459a653971f8fcbf735603b70139e6</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 3008dff74c45cbe527132f3101592d24319a83e7</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb</li>
|
|
|
|
|
<li><strong>MD5</strong>: a7645e439af843d4d47fccd3e1469c6a</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6f0690f79c4c1ec408d6a1bc955eac7b7b6bc3bb</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe.sig">sig</a> - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz.sig">sig</a> - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe.sig">sig</a> - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz.sig">sig</a> - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11)
|
|
|
|
|
</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.26/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.27/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.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.27/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.26/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.27/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>
|
|
|
|
|