release 2015.05.03

This commit is contained in:
Philipp Hagemeister 2015-05-03 22:44:47 +02:00
parent 70564bedb1
commit e75db9e70d
5 changed files with 44 additions and 14 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.28/youtube-dl">2015.04.28</a> (<a href="https://yt-dl.org/downloads/2015.04.28/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl">2015.05.03</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 7ffb4608f915f9ebb3061d27d471b3c1</li>
<li><strong>SHA1</strong>: 97822e58635bcd94ef1c8eed09e68a05a98f442b</li>
<li><strong>SHA256</strong>: 8efa8c53b401a22f86d0e1b29010627fbf9c9d072bfa5cdd850fd71acf4cc856</li>
<li><strong>MD5</strong>: 804ab093f818ff43a5780158623be8e6</li>
<li><strong>SHA1</strong>: 69eee780905c2cca1b51c1e87876c9237c65b080</li>
<li><strong>SHA256</strong>: b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.04.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.04.28/youtube-dl.exe.sig">sig</a> - 2c78aeafde3811bea3f05beb9b8677a85fcba3626be4f15c1b2afcbf7e1274fd)<br>
<a href="https://yt-dl.org/downloads/2015.04.28/youtube-dl-2015.04.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.04.28/youtube-dl-2015.04.28.tar.gz.sig">sig</a> - 08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f)
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe.sig">sig</a> - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)<br>
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz.sig">sig</a> - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32)
</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.28/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.05.03/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.28/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.05.03/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.28/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.05.03/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

@ -59,6 +59,7 @@
<li><b>audiomack</b></li>
<li><b>audiomack:album</b></li>
<li><b>Azubu</b></li>
<li><b>BaiduVideo</b></li>
<li><b>bambuser</b></li>
<li><b>bambuser:channel</b></li>
<li><b>Bandcamp</b></li>
@ -170,6 +171,7 @@
<li><b>FootyRoom</b></li>
<li><b>Foxgay</b></li>
<li><b>FoxNews</b></li>
<li><b>FoxSports</b></li>
<li><b>france2.fr:generation-quoi</b></li>
<li><b>FranceCulture</b></li>
<li><b>FranceInter</b></li>
@ -199,7 +201,6 @@
<li><b>Golem</b></li>
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net</li>
<li><b>Goshgay</b></li>
<li><b>Grooveshark</b></li>
<li><b>Groupon</b></li>
<li><b>Hark</b></li>
<li><b>HearThisAt</b></li>

View file

@ -1 +1 @@
2015.04.28
2015.05.03

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-28T09:27:31.269004Z</updated>
<updated>2015-05-03T22:44:45.759902Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -8165,4 +8165,19 @@
<updated>2015-04-28T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.03</id>
<title>New version 2015.05.03</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.05.03/">https://yt-dl.org/downloads/2015.05.03/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-05-03T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.04.28",
"signature": "18700c490fbb128c39d0a2aea45e3e3c85a64411b94049163035e31186114780cedd6d6a5e9d14f6d565f5f1921d0bdaded15678244b49b6c4ecf4389f21b6576fe2123c438bec1e81d77a092c06334f78a3fbc5d481c9e8b2c68e07c28f69e7412e828bb0a3baeab03db73db16bddc7b48bdb6cd6e287bc0cb5b24d46e2e62b",
"latest": "2015.05.03",
"signature": "016520ea724df73d05b220d1d5d9a0cdfcc32e04484e04bb46c4a9eab4c3cb04ce081d1bd70031bbaea8d93a3fb0a5334a50300d9d93fce08335c8170a82fbfb14aebef46e228d397e185cffd6c53e64f0f098115b4e95ecaaf9312941d3a7e2940dd76dcd23203d28e5777aa6e198cb42e05b014b48a20a0da7aedee0e4822e",
"versions": {
"2012.02.22": {
"bin": [
@ -7623,6 +7623,20 @@
"https://yt-dl.org/downloads/2015.04.28/youtube-dl-2015.04.28.tar.gz",
"08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f"
]
},
"2015.05.03": {
"bin": [
"https://yt-dl.org/downloads/2015.05.03/youtube-dl",
"b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680"
],
"exe": [
"https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe",
"e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22"
],
"tar": [
"https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz",
"9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32"
]
}
}
}