release 2014.11.14

This commit is contained in:
Philipp Hagemeister 2014-11-14 22:39:23 +01:00
parent 0e5a26df53
commit 890f6ffcdb
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.11.13.3/youtube-dl">2014.11.13.3</a> (<a href="https://yt-dl.org/downloads/2014.11.13.3/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl">2014.11.14</a> (<a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 3098125df13224a26e7e05854a5a1182</li>
<li><strong>SHA1</strong>: 3a66d8b234d125c16df6000b6dcbcfcd727c6fca</li>
<li><strong>SHA256</strong>: 34cd317650d0ae424bccc31f01f8db23df9bf7fad7f893622b36c60b9ca374a3</li>
<li><strong>MD5</strong>: a7a4648e0cb298e7a162de115a50283f</li>
<li><strong>SHA1</strong>: f30aba340c2e94a34194033d8ef30066e84475eb</li>
<li><strong>SHA256</strong>: 046ae987b1531bc6edc331f9bb7b7f48c207322c34dd0348ca3ab476d2c3ba0e</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.11.13.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.13.3/youtube-dl.exe.sig">sig</a> - fc42f8bfa2310b54f8405d63e0ad29c1416cdb2a2289a77291d28dd02ddb30e1)<br>
<a href="https://yt-dl.org/downloads/2014.11.13.3/youtube-dl-2014.11.13.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.13.3/youtube-dl-2014.11.13.3.tar.gz.sig">sig</a> - 978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3)
<a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl.exe.sig">sig</a> - 6a3092129a4128f2af36bbef41b555dcbecd34fb3e1d57517b2bb8dce608c1aa)<br>
<a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl-2014.11.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.14/youtube-dl-2014.11.14.tar.gz.sig">sig</a> - ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e)
</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.11.13.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.14/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.11.13.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.14/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,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.11.13.3/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.11.14/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.11.13.3
2014.11.14

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-11-13T16:31:50.198018Z</updated>
<updated>2014-11-14T22:37:13.363832Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -6305,4 +6305,19 @@
<updated>2014-11-13T00:00:03Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.14</id>
<title>New version 2014.11.14</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.11.14/">https://yt-dl.org/downloads/2014.11.14/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-11-14T00:00:00Z</updated>
</entry>
</feed>

View File

@ -1,6 +1,6 @@
{
"latest": "2014.11.13.3",
"signature": "9d5f307c84cc64b7a2306cf3d8802d9eefb124e27c588f605b2afbee3471e3a172254328036af88b874fbb22b1d56dbec788ec1b2dd72728d17bfea0c948210096a763af9a2d9e00ba977478f623c6a290106e49cc23519b72807d3af406e9a4b735dfc51ef66657a9cefe6e6bab4255ec5800ac987716671e587c96e3d6a700",
"latest": "2014.11.14",
"signature": "7e6556d26d0326202287b879732e6d4eb0bbd9cd0acdf5976fde579378da33e4584a8734ff042c1afa6fdbbbfb89131ebf7725938ba115e8a21a6a238deb999f54e6159bcdf557d42baa12646a9490009a6f19eb6f64f5c79e7a1bcb8e5d8e8f857257cb9eb076a29f1a4a7749e4ae5ca9b14b65e75dff972ec810086dd3ffeb",
"versions": {
"2012.02.22": {
"bin": [
@ -5887,6 +5887,20 @@
"https://yt-dl.org/downloads/2014.11.13.3/youtube-dl-2014.11.13.3.tar.gz",
"978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3"
]
},
"2014.11.14": {
"bin": [
"https://yt-dl.org/downloads/2014.11.14/youtube-dl",
"046ae987b1531bc6edc331f9bb7b7f48c207322c34dd0348ca3ab476d2c3ba0e"
],
"exe": [
"https://yt-dl.org/downloads/2014.11.14/youtube-dl.exe",
"6a3092129a4128f2af36bbef41b555dcbecd34fb3e1d57517b2bb8dce608c1aa"
],
"tar": [
"https://yt-dl.org/downloads/2014.11.14/youtube-dl-2014.11.14.tar.gz",
"ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e"
]
}
}
}