1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-14 15:59:36 +00:00

release 2014.04.21.5

This commit is contained in:
Philipp Hagemeister 2014-04-21 16:00:19 +02:00
parent de13322e71
commit c78dff0119
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.21.4/youtube-dl">2014.04.21.4</a> (<a href="https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl">2014.04.21.5</a> (<a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 06b1a12086ed4c32c2813ba9e854ab3a</li>
<li><strong>SHA1</strong>: 2a01a964cb109f9aa6618bf8cbffec71d2e7cabc</li>
<li><strong>SHA256</strong>: d16ef869862041d5357ac0f39e2a0472a38ccd8b2a304f034352bd6b374deb66</li>
<li><strong>MD5</strong>: 6e069310efdaaa21dea0d4f0e9789330</li>
<li><strong>SHA1</strong>: 2c2f1d7922b62fe0da571ac5bcd53db2ed6a3e78</li>
<li><strong>SHA256</strong>: d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.exe.sig">sig</a> - 52bfcd9768fe0be24a8afdddfafa46cde84db34719ed82967d452e5144a1342f)<br>
<a href="https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz.sig">sig</a> - 38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31)
<a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe.sig">sig</a> - 9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af)<br>
<a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz.sig">sig</a> - 92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef)
</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.21.4/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.21.5/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.21.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.21.5/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.21.4/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.21.5/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.21.4
2014.04.21.5

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-21T15:28:03.592332Z</updated>
<updated>2014-04-21T16:00:17.529653Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -4565,4 +4565,19 @@
<updated>2014-04-21T00:00:04Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.5</id>
<title>New version 2014.04.21.5</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.21.5/">https://yt-dl.org/downloads/2014.04.21.5/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-04-21T00:00:05Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.04.21.4",
"signature": "403c0ac00e99d9f2d387aa8d5f1da40f0d001a3a219a99d6f0e587dd8799a4865ecaebddba65fd389f1fd9e9281a6c416097af3f561451330f07a3d4f97942f2baac0f91bd638aae76a70efa720d8cabfc5d27f5b8dde1170f46412cf873beed915d764699d48654a321afdfa12178a7cd0348f225de615f5454004567d886d0",
"latest": "2014.04.21.5",
"signature": "9c827feb78d14fda0052774e64e16d357f349b8c04fb84e488bfb8fb592ec127f621db78eab687dccb9381802f5b65ea84658548f2e84dcf275dc96fcdd8057d59fa4fb2b2dccf01580d3acacf0b1e5f480f3e2d3a33ebe6a94f98b351d8b1956d9caab919559ba28c5a381629db9492715606be4b9d4cb4a9aa98e39aee40ad",
"versions": {
"2012.02.22": {
"bin": [
@ -4263,6 +4263,20 @@
"https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz",
"38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31"
]
},
"2014.04.21.5": {
"bin": [
"https://yt-dl.org/downloads/2014.04.21.5/youtube-dl",
"d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8"
],
"exe": [
"https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe",
"9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af"
],
"tar": [
"https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz",
"92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef"
]
}
}
}