release 2014.01.22.2

This commit is contained in:
Philipp Hagemeister 2014-01-22 14:36:47 +01:00
parent d513c0e282
commit c079f0aeea
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.01.22.1/youtube-dl">2014.01.22.1</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl">2014.01.22.2</a> (<a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 4796fe341ea2df9803db400871ffdcb6</li>
<li><strong>SHA1</strong>: 6f35ad506f5996504db2db707a0a3b414b02b68e</li>
<li><strong>SHA256</strong>: 07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466</li>
<li><strong>MD5</strong>: 46bec21acf2e8df2550a1266234eb3b6</li>
<li><strong>SHA1</strong>: 16093d335121a9b7776ee5a5177f4c4a99c2d006</li>
<li><strong>SHA256</strong>: 30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe.sig">sig</a> - b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa)<br>
<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz.sig">sig</a> - bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c)
<a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe.sig">sig</a> - 40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a)<br>
<a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz.sig">sig</a> - d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd)
</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.01.22.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.22.2/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.01.22.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.01.22.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 @@
2014.01.22.1
2014.01.22.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>2014-01-22T02:26:28.698035Z</updated>
<updated>2014-01-22T14:36:46.262145Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -2900,4 +2900,19 @@
<updated>2014-01-22T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.2</id>
<title>New version 2014.01.22.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/2014.01.22.2/">https://yt-dl.org/downloads/2014.01.22.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-01-22T00:00:02Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.01.22.1",
"signature": "240e43e1e97c66965bb1917e603ef7ba8445f84ebadc889f38e6397bcfe32aa6c4550c6bd74a9cccf185aa05386317acb6b7afafe4e5d5253577a25a9a4ce0fe59c82dfe6b5fb02d7c8433097185277c59d9e6d69e5d12096a426eb4395dd7c43f0ef1ed23e257f7e968341bf4514c050d4a8993d808aa7448378f1014054e48",
"latest": "2014.01.22.2",
"signature": "872c6e71d12c11e0d901250428a2958872e4bc1fadd33ead58d39265e975cb70751b94459d56ddd76207119dc77e460b2d0c5eafdd98f9f9b69e6ae2ffb82ab4ccde9d98fc32d2b91fc3d4cdeef40bb9e60580a10be0135517d6992195f3eab66dc0f935b52dd7f9307c162e0fb0b877c0710b13ea3b94f9d1b6b49bf333dae9",
"versions": {
"2012.02.22": {
"bin": [
@ -2709,6 +2709,20 @@
"https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz",
"bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c"
]
},
"2014.01.22.2": {
"bin": [
"https://yt-dl.org/downloads/2014.01.22.2/youtube-dl",
"30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89"
],
"exe": [
"https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe",
"40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a"
],
"tar": [
"https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz",
"d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd"
]
}
}
}