release 2014.05.19

This commit is contained in:
Philipp Hagemeister 2014-05-19 11:57:22 +02:00
parent 081cc94583
commit 20bb589883
4 changed files with 42 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.3+ to work.</p>
<h2><a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl">2014.05.16.1</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl">2014.05.19</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: f0cf03a29b35a61448a1378ffe235c98</li>
<li><strong>SHA1</strong>: c5bc295d176f196d62903f60becd65d0d94b9696</li>
<li><strong>SHA256</strong>: 4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77</li>
<li><strong>MD5</strong>: aa9a3add27d289940728ef66b73a43bc</li>
<li><strong>SHA1</strong>: 069ac0685c2bee8e28fed0841ee63f6e5a454c49</li>
<li><strong>SHA256</strong>: 49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe.sig">sig</a> - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)<br>
<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz.sig">sig</a> - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad)
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe.sig">sig</a> - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)<br>
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz.sig">sig</a> - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68)
</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/2014.05.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.05.19/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/2014.05.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.19/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -49,7 +49,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/2014.05.16.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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.19/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

@ -1 +1 @@
2014.05.16.1
2014.05.19

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>2014-05-16T15:57:28.353955Z</updated>
<updated>2014-05-19T11:57:20.980384Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -4700,4 +4700,19 @@
<updated>2014-05-16T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.19</id>
<title>New version 2014.05.19</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/2014.05.19/">https://yt-dl.org/downloads/2014.05.19/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-05-19T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.05.16.1",
"signature": "07ab91614fcd5bfdb01582a56a80d9ebdb7f116903fff5538a93c3fe526ab72e23ef863c3f262075e0cbfafad26b5d0f125d40521d93e28c56d71a2342841e8c18d0c86e5cac4bc906d595d77c5e064cd525e483e2b3bb3e08c485998433b4d873e9c4b50b2f30f450ac7bab4ee5d3a9288867f32e4b5353a77d44c3989ab2bd",
"latest": "2014.05.19",
"signature": "88305836decbeec579d94d9aa6465d3f213604293d7e5a5473868410502d18fb66780a62e2395228df28519956d17f9dc953bee16a89c5034904d90c08cca590e7d10f6936a52fb4c40762d101cbc5b6187d189759cf748a3eb334f5472a3863a69849fce5f864c91a724e2940f2a101f8b60f8cd9bc380c2b55a1e8dc6cc349",
"versions": {
"2012.02.22": {
"bin": [
@ -4389,6 +4389,20 @@
"https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz",
"2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad"
]
},
"2014.05.19": {
"bin": [
"https://yt-dl.org/downloads/2014.05.19/youtube-dl",
"49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d"
],
"exe": [
"https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe",
"d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0"
],
"tar": [
"https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz",
"da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68"
]
}
}
}