release 2015.01.11

This commit is contained in:
Philipp Hagemeister 2015-01-11 17:52:27 +01:00
parent ef90868590
commit 3a863e1fdb
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.2+ to work.</p>
<h2><a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl">2015.01.10.2</a> (<a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl">2015.01.11</a> (<a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 297f81cd10fec41d068e017fa7b6f923</li>
<li><strong>SHA1</strong>: eb6bcdd7bf8502b7aa0cf40ecec5340d360f711e</li>
<li><strong>SHA256</strong>: 6ba24775fd3de778df9edb496e46d79e2ac9b56c1b5f3d4103c4abc61b40a7ab</li>
<li><strong>MD5</strong>: 3be213eefb980fdb8692605aadd6c9de</li>
<li><strong>SHA1</strong>: 0517b90ff0018925250bf89296f0f0b34ca57e34</li>
<li><strong>SHA256</strong>: 77083aeb52760e5739119e7a85fe216127a3b7a2ec56ab62a34f2600daee470c</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl.exe.sig">sig</a> - 87660760d811c6cebfb7536c365dbbfa989f24934988766feafc28b56e24375a)<br>
<a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl-2015.01.10.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.10.2/youtube-dl-2015.01.10.2.tar.gz.sig">sig</a> - b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173)
<a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl.exe.sig">sig</a> - d59ae60f3b68e62c4231854e67d3d24da971a9ac224a083a8081e4a14edfb6e8)<br>
<a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl-2015.01.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.11/youtube-dl-2015.01.11.tar.gz.sig">sig</a> - 72b9babe5f75abfa93436f577538705a77fa59d96ca97eef6ed58119fd9fea8f)
</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/2015.01.10.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.11/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/2015.01.10.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.11/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/2015.01.10.2/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/2015.01.11/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 @@
2015.01.10.2
2015.01.11

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>2015-01-10T21:05:46.045191Z</updated>
<updated>2015-01-11T17:52:25.768813Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -7190,4 +7190,19 @@
<updated>2015-01-10T00:00:02Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.11</id>
<title>New version 2015.01.11</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/2015.01.11/">https://yt-dl.org/downloads/2015.01.11/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-01-11T00:00:00Z</updated>
</entry>
</feed>

View File

@ -1,6 +1,6 @@
{
"latest": "2015.01.10.2",
"signature": "699d12c8459be15804491ae0877ccb81e626240d96a42b86929e3954c3c698cfb6109c3c8dea31ad98f06148dc586f65ec9fca63fea0eec7d25f963b45f739adca72ac72af2fa21f537182d544ab099f482b2b4d63f81a5b6588205c8da51df869fd4dc5baa80d5b132b1b162bcfe90c1f478f480ae1e9a406d6ed90060be00f",
"latest": "2015.01.11",
"signature": "056a2d20ad79b641fd1cafd74f5c03d2a28649d5de357ae8b09437b21f0e801d1fedd19e35a7e7299392c9e15364c1a76fdb1cd8bdf2c56f48735d888d879afa21da35754974130f0d66b6edbb8cb9d1e1963606b0b7f2cfb395a947b33e1ea3806503c2783d172b00aac3f37fc047163e0ad8efa37f141be438db8674a57170",
"versions": {
"2012.02.22": {
"bin": [
@ -6713,6 +6713,20 @@
"https://yt-dl.org/downloads/2015.01.10.2/youtube-dl-2015.01.10.2.tar.gz",
"b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173"
]
},
"2015.01.11": {
"bin": [
"https://yt-dl.org/downloads/2015.01.11/youtube-dl",
"77083aeb52760e5739119e7a85fe216127a3b7a2ec56ab62a34f2600daee470c"
],
"exe": [
"https://yt-dl.org/downloads/2015.01.11/youtube-dl.exe",
"d59ae60f3b68e62c4231854e67d3d24da971a9ac224a083a8081e4a14edfb6e8"
],
"tar": [
"https://yt-dl.org/downloads/2015.01.11/youtube-dl-2015.01.11.tar.gz",
"72b9babe5f75abfa93436f577538705a77fa59d96ca97eef6ed58119fd9fea8f"
]
}
}
}