|
|
|
@ -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/2015.01.01/youtube-dl">2015.01.01</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl">2015.01.02</a> (<a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: e588bba32935b849a2fde9ce84aa784a</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f2233e4cd3b603c56c056e0d8fd4ab5c41d98e00</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 06f8a6ba8643a75dba513a161c80b2d3a6345472fdf6262c819996268f0fa4c4</li>
|
|
|
|
|
<li><strong>MD5</strong>: a375375105fce7b89fbfb3793b9b3e45</li>
|
|
|
|
|
<li><strong>SHA1</strong>: cdb32af9ec5de4b54845965f26ad0d3c525e1c4d</li>
|
|
|
|
|
<li><strong>SHA256</strong>: cf8691d66fc8a061d8162d761a31954341813f32ca2853263296f31e9c420faf</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.exe.sig">sig</a> - 680896eab2bacdef0e7d1e63a44cfd125a1641529fec100ef548e088eb987a71)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz.sig">sig</a> - a6fb876a03c4fb3e9da21ef23534a53a2bf7981c3f0fc8cc7fe07522e799ce12)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl.exe.sig">sig</a> - b470e52956fa4784f775670e8f7dd10e743df64a83cd67baac127ec2357c07d8)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl-2015.01.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.02/youtube-dl-2015.01.02.tar.gz.sig">sig</a> - 68009779eec5dc31b98d4b5dc8dbbad3af22006f55cff3966e1b7a1c28866e2e)
|
|
|
|
|
</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/2015.01.01/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.02/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/2015.01.01/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /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/2015.01.01/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/2015.01.02/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>
|
|
|
|
|