release 2014.04.04.7

This commit is contained in:
Philipp Hagemeister 2014-04-04 23:04:55 +02:00
parent e32838d54c
commit 9c0e70fd32
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.04.04.6/youtube-dl">2014.04.04.6</a> (<a href="https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl">2014.04.04.7</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: a6f0aa7b2ea818f328dfd6f485d8fd56</li>
<li><strong>SHA1</strong>: 255096f1afce2f70bad93ed35c31b21a90f58bc9</li>
<li><strong>SHA256</strong>: 556dab4d64efed6ef86616e656c4899bdac03268886c3a512f74cbe4c17ea4ab</li>
<li><strong>MD5</strong>: 849d2b0b8337c1362afb76996eb84095</li>
<li><strong>SHA1</strong>: e1e886d14905f8c0c50ea7904429f62406a19b0d</li>
<li><strong>SHA256</strong>: 8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.exe.sig">sig</a> - 6123d0f75e8d1c32c88b06d49262941678cb2c7c0cfd7b873e2550e13abb2731)<br>
<a href="https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz.sig">sig</a> - e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe)
<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe.sig">sig</a> - 49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353)<br>
<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz.sig">sig</a> - 113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20)
</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.04.04.6/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.04.7/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.04.04.6/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.04.7/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.04.04.6/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.04.04.7/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.04.04.6
2014.04.04.7

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-04-04T22:51:47.639548Z</updated>
<updated>2014-04-04T23:04:53.902267Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -4340,4 +4340,19 @@
<updated>2014-04-04T00:00:06Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.7</id>
<title>New version 2014.04.04.7</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.04.04.7/">https://yt-dl.org/downloads/2014.04.04.7/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-04-04T00:00:07Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.04.04.6",
"signature": "71adaf2a97386faa02f2d1df392b1f7fb670a4a42e12a67cff3f256f286078a792ccc529b16f83912e2dbfb8b628f3c646d27b80e73b465aaf2e1dc68bb547764e7a2b84d00216983440ac2d57bc02c4d21091044c8b9c7027d06411d99034c7797d866b6263cb6ca1b0f3c1b886555f871b05594e54e63c21a4344ef08d246d",
"latest": "2014.04.04.7",
"signature": "4b8589db68a817c746c66543f634835b37718b6727bec9e125a6192050a1326448c18d63182fef914a628bd33714caa9371205c456307a707bd169ff3f8451f62aa1cced7b9324e5e9abd9b941944f651098f2c511905bcfc3cd96178957d3ff0a99279d0b146c2b19cdfb9b1b0888ddfba3f4c6a50fd4261959bff9e3dcbd98",
"versions": {
"2012.02.22": {
"bin": [
@ -4053,6 +4053,20 @@
"https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz",
"e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe"
]
},
"2014.04.04.7": {
"bin": [
"https://yt-dl.org/downloads/2014.04.04.7/youtube-dl",
"8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c"
],
"exe": [
"https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe",
"49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353"
],
"tar": [
"https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz",
"113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20"
]
}
}
}