release 2014.02.27.1

This commit is contained in:
Philipp Hagemeister 2014-02-27 16:14:05 +01:00
parent b7403001f3
commit 3fb6d6a6ee
5 changed files with 43 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.02.27/youtube-dl">2014.02.27</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl">2014.02.27.1</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: a7645e439af843d4d47fccd3e1469c6a</li>
<li><strong>SHA1</strong>: 6f0690f79c4c1ec408d6a1bc955eac7b7b6bc3bb</li>
<li><strong>SHA256</strong>: 24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690</li>
<li><strong>MD5</strong>: 1607396c9cbe2529c7cebea4b5da669b</li>
<li><strong>SHA1</strong>: 54599f36f083fa9bcb3221e70ab6039f028248b7</li>
<li><strong>SHA256</strong>: 7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe.sig">sig</a> - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)<br>
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz.sig">sig</a> - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11)
<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe.sig">sig</a> - 8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf)<br>
<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz.sig">sig</a> - 40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a)
</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.02.27/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.27.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.02.27/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.27.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.02.27/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.02.27.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

@ -178,6 +178,7 @@
<li><b>PornHd</b></li>
<li><b>PornHub</b></li>
<li><b>Pornotube</b></li>
<li><b>prosiebensat1</b>: ProSiebenSat.1 Digital</li>
<li><b>Pyvideo</b></li>
<li><b>radiofrance</b></li>
<li><b>RBMARadio</b></li>

View file

@ -1 +1 @@
2014.02.27
2014.02.27.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-02-27T07:28:25.293961Z</updated>
<updated>2014-02-27T16:14:04.264412Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -3560,4 +3560,19 @@
<updated>2014-02-27T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27.1</id>
<title>New version 2014.02.27.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.02.27.1/">https://yt-dl.org/downloads/2014.02.27.1/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-02-27T00:00:01Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.02.27",
"signature": "0c5d49968c08d910196fd21e79346f56f16b68af959324549faff289a466d2bc824858bdd312e95ae24bbfc6bdc9b1fd8b4d5bd84fc78165a65a2f9c521629b8d30f0f24b642e4cb925004ea43f8637ccf6e145f1db1b0696eb9fe9e8009cfc2cfbf66386f675fa987d083340bfcb0e82728888b06ae825a0b3f712c1eefa1ae",
"latest": "2014.02.27.1",
"signature": "2a9683d7236c5d32a9bda290e4065e175fe891babbbae5ea8dd970e226451b001c0aaabdd823cb6ef444c7942cb099e6514f159076738b0448e70ad0a9974f42f8e7fb41a89557777f03851bab48f56c09547e8551dc8a385772abf54c55ed4e0cc15a764c39da21a17129b221feceaf85b2e2f558c7488286ce8006ab4b7364",
"versions": {
"2012.02.22": {
"bin": [
@ -3325,6 +3325,20 @@
"https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz",
"9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11"
]
},
"2014.02.27.1": {
"bin": [
"https://yt-dl.org/downloads/2014.02.27.1/youtube-dl",
"7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd"
],
"exe": [
"https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe",
"8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf"
],
"tar": [
"https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz",
"40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a"
]
}
}
}