release 2015.02.24.2

This commit is contained in:
Philipp Hagemeister 2015-02-24 16:37:49 +01:00
parent 81cb7c3f82
commit 87ef91e888
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.2+ to work.</p>
<h2><a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl">2015.02.24.1</a> (<a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl">2015.02.24.2</a> (<a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: c546e6b11ba7af1b2dbe8f34a3abc149</li>
<li><strong>SHA1</strong>: 1c0ede99e63d40c856e5fd2e7f01fcb1f8a75ec7</li>
<li><strong>SHA256</strong>: fd0e63418b8450748a94ca94b41f6bed71f888b0065673c32e3dc334e4a07607</li>
<li><strong>MD5</strong>: f80c332f2e6eb7b5add0b95229b8d9c5</li>
<li><strong>SHA1</strong>: 8a8a252291ef642dcfb5e666cdae0ad1ff430583</li>
<li><strong>SHA256</strong>: 3de450ea4832bd3ff2fc7b14ba5e2cbd69b7a9531860e2e329721af83892bf94</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.exe.sig">sig</a> - c667ca657a6e0ffc0513ef0ab95452fe7fdea10941047c07c1ee732590eda833)<br>
<a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl-2015.02.24.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.24.1/youtube-dl-2015.02.24.1.tar.gz.sig">sig</a> - 3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4)
<a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.exe.sig">sig</a> - 335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed)<br>
<a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz.sig">sig</a> - bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0)
</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.02.24.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.24.2/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.02.24.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.24.2/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.02.24.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/2015.02.24.2/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 @@
2015.02.24.1
2015.02.24.2

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-02-24T11:41:53.678736Z</updated>
<updated>2015-02-24T16:37:48.483443Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -7910,4 +7910,19 @@
<updated>2015-02-24T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24.2</id>
<title>New version 2015.02.24.2</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.02.24.2/">https://yt-dl.org/downloads/2015.02.24.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-02-24T00:00:02Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.02.24.1",
"signature": "91fab62c83729066fb5916fb2e850e31d9b61d01e99a7373ac59db95a008995cb15a5aea54c86b3bdae9019d6d9bdcfbcd3517767c1abfaef2f4ea8d8d23efd646bbe7c8eefac09007401c085deb8a43d181fe27a541e4f71a61483c75c9b5923339a69b96b4f5d272b9cad19b7e84fb7877494ea4f24505b5e97d309020ba19",
"latest": "2015.02.24.2",
"signature": "4e2fd795ab38dc917f8c82a1b684033e8d4ccdf52c5bcbbb0c0e0291225212df4a12eeb047fcc9bf3c1fa541e54ce724840c89e19585c8f3e467fb28d3e7867124cec33b15bd32d1b61c543897136c74921d69208d8ba01ac788db939a709599719e68aa67a4422c7ffec8190f2ec5f33b5eaa8f701fcf735574e72556e6f9cf",
"versions": {
"2012.02.22": {
"bin": [
@ -7385,6 +7385,20 @@
"https://yt-dl.org/downloads/2015.02.24.1/youtube-dl-2015.02.24.1.tar.gz",
"3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4"
]
},
"2015.02.24.2": {
"bin": [
"https://yt-dl.org/downloads/2015.02.24.2/youtube-dl",
"3de450ea4832bd3ff2fc7b14ba5e2cbd69b7a9531860e2e329721af83892bf94"
],
"exe": [
"https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.exe",
"335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed"
],
"tar": [
"https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz",
"bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0"
]
}
}
}