release 2014.04.07.1

This commit is contained in:
Philipp Hagemeister 2014-04-07 15:46:26 +02:00
parent 52351c0372
commit 36152c3da7
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.04.07/youtube-dl">2014.04.07</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl">2014.04.07.1</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 082f3aac440432e7105372b8084deb84</li>
<li><strong>SHA1</strong>: 688b0c74291397b3fa86bf38f45ae24cc839eaa6</li>
<li><strong>SHA256</strong>: ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1</li>
<li><strong>MD5</strong>: 17936c5363c743d2f907552411fcb60d</li>
<li><strong>SHA1</strong>: eacd9dd35edcc005b3b86b4427d5605097a9ecd8</li>
<li><strong>SHA256</strong>: f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe.sig">sig</a> - 1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138)<br>
<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz.sig">sig</a> - 5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b)
<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe.sig">sig</a> - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)<br>
<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz.sig">sig</a> - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c)
</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.04.07/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.07.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/2014.04.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.07.1/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.04.07/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.04.07.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>

View file

@ -1 +1 @@
2014.04.07
2014.04.07.1

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-04-07T13:49:04.077789Z</updated>
<updated>2014-04-07T15:46:25.085171Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -4370,4 +4370,19 @@
<updated>2014-04-07T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.1</id>
<title>New version 2014.04.07.1</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.04.07.1/">https://yt-dl.org/downloads/2014.04.07.1/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-04-07T00:00:01Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.04.07",
"signature": "710e53619be18fd12d9f8f65b93b7c3af8276f5a0b005dea8ce8692baa346301f99e6bdfb24989f9f4fdd19db6a06faafc1acaea2eb9282ea078e77b2a8a22fa7549e83ba03cac7c11a54500dc82a6ac6bf536483d11bffc607cc1d1b9ad41a5d33e5d6df21313e8cef81677e7411c053249b8bb83515c0557c143b665deba8e",
"latest": "2014.04.07.1",
"signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273",
"versions": {
"2012.02.22": {
"bin": [
@ -4081,6 +4081,20 @@
"https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz",
"5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b"
]
},
"2014.04.07.1": {
"bin": [
"https://yt-dl.org/downloads/2014.04.07.1/youtube-dl",
"f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729"
],
"exe": [
"https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe",
"52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4"
],
"tar": [
"https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz",
"ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c"
]
}
}
}