release 2014.01.23.1

This commit is contained in:
Philipp Hagemeister 2014-01-23 10:41:47 +01:00
parent 35c171b552
commit 7362738116
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.23/youtube-dl">2014.01.23</a> (<a href="https://yt-dl.org/downloads/2014.01.23/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl">2014.01.23.1</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 5820c5c5ea7c0fbf9ee03518b737c8a0</li>
<li><strong>SHA1</strong>: 1d119e14077fa3e3753b1259e8d0b0f8c602456d</li>
<li><strong>SHA256</strong>: 4202cd2ba56e5a74504dd5e0efa5674210a2a331c8f479f4bc8186a3708ac97b</li>
<li><strong>MD5</strong>: e9ec6332ef4e30ec21e60fd0d1296c55</li>
<li><strong>SHA1</strong>: 0041a4fb59e53bf0491e5592041802d40259be88</li>
<li><strong>SHA256</strong>: a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.01.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.23/youtube-dl.exe.sig">sig</a> - 686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d)<br>
<a href="https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz.sig">sig</a> - 3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9)
<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe.sig">sig</a> - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)<br>
<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz.sig">sig</a> - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e)
</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.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.23.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.01.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.23.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.01.23/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.23.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.01.23
2014.01.23.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-01-23T00:32:03.449414Z</updated>
<updated>2014-01-23T10:41:46.453786Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -2975,4 +2975,19 @@
<updated>2014-01-23T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.1</id>
<title>New version 2014.01.23.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.01.23.1/">https://yt-dl.org/downloads/2014.01.23.1/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-01-23T00:00:01Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.01.23",
"signature": "3f134b9430b4915dccd684d3cd96553b287d72bc09816ec1b2ddc625b0c5896ff48569f437baba87f74a6dc203ec72e5e90d1ae29bba530793e64caf21f2b0d23f7951022368d65d77eb296a34ce6c5e640733eb6c41a64bac7a2d1c78168eeea4c0aa4cd68035d15588012a8181798415a6351cc5c587ec776880b6d6b2597c",
"latest": "2014.01.23.1",
"signature": "07e1f43fe9cfc9b063825e6a1b52f4aa90c17cb2dd4235cc2b7bdd462781fe93716f31c0ff4f26cdb95f287ec20098a4cf282a4d63880f49c4febe7f79031734bd87198711160c90215c48b805a172320e9b745cfd5df67ed6fe1e6218a075aa5f260066a89eef7973c9714ef1289834d3980ef5a7acb6f67d71786a40ff1c9c",
"versions": {
"2012.02.22": {
"bin": [
@ -2779,6 +2779,20 @@
"https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz",
"3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9"
]
},
"2014.01.23.1": {
"bin": [
"https://yt-dl.org/downloads/2014.01.23.1/youtube-dl",
"a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e"
],
"exe": [
"https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe",
"1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187"
],
"tar": [
"https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz",
"d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e"
]
}
}
}