release 2015.04.17

This commit is contained in:
Philipp Hagemeister 2015-04-17 11:42:06 +02:00
parent 0882affb2e
commit 885c2259ec
5 changed files with 47 additions and 13 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.09/youtube-dl">2015.04.09</a> (<a href="https://yt-dl.org/downloads/2015.04.09/youtube-dl.sig">sig</a>)</h2>
<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>
<ul>
<li><strong>MD5</strong>: a70a4b41f4d11ac1ee7b9255ac1747b4</li>
<li><strong>SHA1</strong>: a9fe590b785f321e16901e8661442ebaa2909e36</li>
<li><strong>SHA256</strong>: 12d4d0425c62995ee14de9d0b15b568b0f29df0046dbcd7b61d6ed9688375235</li>
<li><strong>MD5</strong>: 2efc758e72d0bf614eb5e7dfe613be0e</li>
<li><strong>SHA1</strong>: 42803dbec2cee2a1c1fb45da7cd5833f05a7c7d0</li>
<li><strong>SHA256</strong>: daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.04.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.04.09/youtube-dl.exe.sig">sig</a> - f06330e0c745e17ee870d2e31c16df40c09040d95b6ac7a6c576af851a3c70b1)<br>
<a href="https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz.sig">sig</a> - 8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c)
<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)
</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.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.04.17/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.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.04.17/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.09/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.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -113,6 +113,7 @@
<li><b>CondeNast</b>: Condé Nast media group: Condé Nast, GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED</li>
<li><b>Cracked</b></li>
<li><b>Criterion</b></li>
<li><b>CrooksAndLiars</b></li>
<li><b>Crunchyroll</b></li>
<li><b>crunchyroll:playlist</b></li>
<li><b>CSpan</b>: C-SPAN</li>
@ -374,6 +375,9 @@
<li><b>prosiebensat1</b>: ProSiebenSat.1 Digital</li>
<li><b>Puls4</b></li>
<li><b>Pyvideo</b></li>
<li><b>QQMusic</b></li>
<li><b>QQMusicAlbum</b></li>
<li><b>QQMusicSinger</b></li>
<li><b>QuickVid</b></li>
<li><b>R7</b></li>
<li><b>radio.de</b></li>
@ -449,6 +453,7 @@
<li><b>Sport5</b></li>
<li><b>SportBox</b></li>
<li><b>SportDeutschland</b></li>
<li><b>Srf</b></li>
<li><b>SRMediathek</b>: Saarländischer Rundfunk</li>
<li><b>SSA</b></li>
<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>

View file

@ -1 +1 @@
2015.04.09
2015.04.17

View file

@ -3,7 +3,7 @@
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
<title>youtube-dl releases</title>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
<updated>2015-04-09T00:38:49.976103Z</updated>
<updated>2015-04-17T11:42:03.688138Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -8120,4 +8120,19 @@
<updated>2015-04-09T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.17</id>
<title>New version 2015.04.17</title>
<link href="http://rg3.github.io/youtube-dl" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
Downloads available at <a href="https://yt-dl.org/downloads/2015.04.17/">https://yt-dl.org/downloads/2015.04.17/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-04-17T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.04.09",
"signature": "372fa04db63eeae48d274f1e63f05f0c76a689e074188c276c8e9810bfbad183f670b32116e140f55659da5ea1cb6137548ec55e543b71b329e50480d371f290a8be9aa808ccaa7596879a5529c47a108d8a9f75213fe425569edf3990ee5872f6f3da94b0c98fb983a3e3025ec022bdba13520bf89a34647e66c787387be9b7",
"latest": "2015.04.17",
"signature": "82e641fccee1e677e4033e4cbab3742f7b48edffaed0e61f59352dac1f8ccb97248d3bb85389c0c47e24fa03be72c8bcf5c8b27d48efcfeb52d0e6bdaf9128abb6ca37b004164c9d1d62745c4405bce486503d165f74a232add0515c3544ad22b0bfd22801096a4383614282c1efd6313c3b1ba7b88cea9f1bb08e8deadfd820",
"versions": {
"2012.02.22": {
"bin": [
@ -7581,6 +7581,20 @@
"https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz",
"8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c"
]
},
"2015.04.17": {
"bin": [
"https://yt-dl.org/downloads/2015.04.17/youtube-dl",
"daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f"
],
"exe": [
"https://yt-dl.org/downloads/2015.04.17/youtube-dl.exe",
"86ffe860b0f6a03a0a6d8001b2022f41fb1c2bc497b859462b69c1f8cd8098be"
],
"tar": [
"https://yt-dl.org/downloads/2015.04.17/youtube-dl-2015.04.17.tar.gz",
"7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894"
]
}
}
}