release 2015.02.18.1

This commit is contained in:
Philipp Hagemeister 2015-02-18 11:03:11 +01:00
parent 6ea3d86cfe
commit 6d2840b147
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.18/youtube-dl">2015.02.18</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl">2015.02.18.1</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 91f7cab466fd3384c903cbd99c32e3ca</li>
<li><strong>SHA1</strong>: fd106d717fa3fc20f2bc159551b0984fbec40da3</li>
<li><strong>SHA256</strong>: 9bc36924b3636f571c0321ee93b36277a80af51b3a543aedd835aa7bc6e05fad</li>
<li><strong>MD5</strong>: 49352e6a8d7a699405ad1e12263261b2</li>
<li><strong>SHA1</strong>: 207ee99a3b1fb8b4e0161bb9959d929fb3718ef2</li>
<li><strong>SHA256</strong>: 7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl.exe.sig">sig</a> - 5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da)<br>
<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz.sig">sig</a> - dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a)
<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe.sig">sig</a> - ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d)<br>
<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz.sig">sig</a> - 7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3)
</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.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.18.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/2015.02.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.18.1/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.18/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.18.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 @@
2015.02.18
2015.02.18.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>2015-02-18T00:53:42.707439Z</updated>
<updated>2015-02-18T11:03:03.798691Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -7745,4 +7745,19 @@
<updated>2015-02-18T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18.1</id>
<title>New version 2015.02.18.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/2015.02.18.1/">https://yt-dl.org/downloads/2015.02.18.1/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-02-18T00:00:01Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.02.18",
"signature": "7d0ce8867bd57d6efa57c51dd2d75eaaf6789caae0f38c86170799918c6417f8ba30c68e87f899a1c9e5db00455bd7e1a81af3f85ca8a546e9f5b5b551baade129b5d7fd007c579debf6378204c26f22e75b0cd778c3b8cab647077f1d042f02c76463f6e4767418082045ec08a62febaf3a28306ba210a3b952009b4e3057f8",
"latest": "2015.02.18.1",
"signature": "480e560ca2a65409ffefc485eb8d270879d1f4ef4b77d66389d1b7d1975d1477580c4298837f0da92c026d6fb6994044b8362027c8475069c22fabcbc43ffd42a5afe1213ac85c82f086f91dcf27e751cfb2b9acebb7220a515e7865f7118cec40131692fe996e285edbae423cfc747ce2b2ecb327bd92b3cf2f5086b3d6cc11",
"versions": {
"2012.02.22": {
"bin": [
@ -7231,6 +7231,20 @@
"https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz",
"dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a"
]
},
"2015.02.18.1": {
"bin": [
"https://yt-dl.org/downloads/2015.02.18.1/youtube-dl",
"7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76"
],
"exe": [
"https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe",
"ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d"
],
"tar": [
"https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz",
"7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3"
]
}
}
}