release 2015.04.26

This commit is contained in:
Philipp Hagemeister
2015-04-26 22:55:13 +02:00
parent 885c2259ec
commit 9717bdcc3d
5 changed files with 49 additions and 16 deletions

View File

@@ -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.04.17/youtube-dl">2015.04.17</a> (<a href="https://yt-dl.org/downloads/2015.04.17/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl">2015.04.26</a> (<a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 2efc758e72d0bf614eb5e7dfe613be0e</li>
<li><strong>SHA1</strong>: 42803dbec2cee2a1c1fb45da7cd5833f05a7c7d0</li>
<li><strong>SHA256</strong>: daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f</li>
<li><strong>MD5</strong>: 51b947db4cb4f2686eed27e6bea2685c</li>
<li><strong>SHA1</strong>: 9235740345d7a501b6c34221f0b9e2ba9df9e6b7</li>
<li><strong>SHA256</strong>: e35b5433b82dcd304862b398a9d0f8edd0d91d4d156cbb44e3fb5ab94e7f822a</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.04.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.04.17/youtube-dl.exe.sig">sig</a> - 86ffe860b0f6a03a0a6d8001b2022f41fb1c2bc497b859462b69c1f8cd8098be)<br>
<a href="https://yt-dl.org/downloads/2015.04.17/youtube-dl-2015.04.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.04.17/youtube-dl-2015.04.17.tar.gz.sig">sig</a> - 7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894)
<a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl.exe.sig">sig</a> - 199e72ad9322368f64088c3d236dc9b2e7a9b615b7b718146bba00d2bc8fb459)<br>
<a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl-2015.04.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.04.26/youtube-dl-2015.04.26.tar.gz.sig">sig</a> - 0aaeeb40a4ffef3b3be3b9f73cf9deaeb60b40a09bca93f9a22520afa3144c07)
</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.04.17/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.04.26/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.04.17/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.04.26/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.04.17/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.04.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>