release 2016.03.26

This commit is contained in:
Philipp Hagemeister 2016-03-26 09:01:03 +01:00
parent 3d547b08c0
commit 9a71eb490e
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/2016.03.25/youtube-dl">2016.03.25</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl">2016.03.26</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: d11a67fe442c63bfb102447ef8006b95</li>
<li><strong>SHA1</strong>: a98b785b5201efbe0ebc19d7e9af3d61f45c233b</li>
<li><strong>SHA256</strong>: 1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157</li>
<li><strong>MD5</strong>: a86048de907cd7ba834cdae398a46b06</li>
<li><strong>SHA1</strong>: 90a311ea87849e8f3962e547d03094a4358e32b1</li>
<li><strong>SHA256</strong>: bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe.sig">sig</a> - b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223)<br>
<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz.sig">sig</a> - e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a)
<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe.sig">sig</a> - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)<br>
<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz.sig">sig</a> - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61)
</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/2016.03.25/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.03.26/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /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/2016.03.25/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /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/2016.03.25/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/2016.03.26/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 @@
2016.03.25
2016.03.26

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>2016-03-25T09:30:35.509750Z</updated>
<updated>2016-03-26T09:01:01.218344Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9335,4 +9335,19 @@
<updated>2016-03-25T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.26</id>
<title>New version 2016.03.26</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/2016.03.26/">https://yt-dl.org/downloads/2016.03.26/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-03-26T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2016.03.25",
"signature": "74f2ea799652d2502f53809bbc548da93fbb45b6001a29656d9de8db6e79fb8f23216f7eecb64a3efdac1e6fff82a9bf3b7251732f9ed5d9f590f4347d40378e761527abb062620e1e605b18dbdd198ffee8d2fd1b8102e2476b15d963fd607d880afa65d531147d31625dd4d4a9c475c3bcd0715ce72152a76d1758722d5ec0",
"latest": "2016.03.26",
"signature": "6211db0b44f15fb6090de1650e702c48e5a342dae1ba7db09f263c5fa9b5e69b72e42819fba5b1ff8f38221dc616f397dd30bad1373759edd39febac94ffa24de347f9746902084553e912ff7793c9d5104ce3ca76cb0c110592f4319b8ab01c43367ae6d2773719ef527ebc83431b7a774d77378cc415094e835b0fba0abcb3",
"versions": {
"2012.02.22": {
"bin": [
@ -8715,6 +8715,20 @@
"https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz",
"e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a"
]
},
"2016.03.26": {
"bin": [
"https://yt-dl.org/downloads/2016.03.26/youtube-dl",
"bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e"
],
"exe": [
"https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe",
"65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522"
],
"tar": [
"https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz",
"7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61"
]
}
}
}