|
|
|
@ -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/2015.01.05/youtube-dl">2015.01.05</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl">2015.01.05.1</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 3c74569a910776f6708413c822d9f8da</li>
|
|
|
|
|
<li><strong>SHA1</strong>: eae628917af2b1b3bf9815a66fe320917e58729e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 545b5581ea64ec8cf4048db75a28ca2ae55201f48626510f57d8add04cb874bd</li>
|
|
|
|
|
<li><strong>MD5</strong>: 5ed1aad706f78c8d5a797d2f76893e09</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 9ebb8ce43aa7d7b50860e77c818f176be23dd144</li>
|
|
|
|
|
<li><strong>SHA256</strong>: f2275634b229d1443a25d836fb04751e999651deec4d3c84c42ed1c2dbb15c26</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe.sig">sig</a> - 9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz.sig">sig</a> - c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.exe.sig">sig</a> - 7c4d594aeac663277bdce1fe519d041383b6a6372962f7de1cbcba296d5438c4)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz.sig">sig</a> - 67428cd5d0a34da00ede41ec1fd22cc9b6d3caf44586b02b69d4de810599564b)
|
|
|
|
|
</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.05/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.05.1/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.05/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.05.1/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.05/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.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|