release 2016.06.25

This commit is contained in:
Sergey M․ 2016-06-25 03:04:53 +07:00
parent 7d32baaca9
commit 0d208ed61d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
5 changed files with 44 additions and 15 deletions

View file

@ -16,29 +16,29 @@
<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 except for Windows exe.</p>
<p><a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
<p><a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
<h2><a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl">2016.06.23.1</a> (<a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl">2016.06.25</a> (<a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: b155f87857e22edf7cd6bbc91a981258</li>
<li><strong>SHA1</strong>: 55760eab4bb9e7586674f624748a329ea378eb2f</li>
<li><strong>SHA256</strong>: 5c9302e555908812098dd67bb87f55a527648954ec0eda9114f339cf793fcdd9</li>
<li><strong>MD5</strong>: 871362735718897bf4cac0c3cd98de33</li>
<li><strong>SHA1</strong>: 424543bf0c3defed3fa3b5c6b337f64b39faaac8</li>
<li><strong>SHA256</strong>: c117716b139479ffd5edbf79d9747f5bac421518518f25e61dbe50b7e90a2285</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl.exe.sig">sig</a> - 53d4536d4b0d711e25f62a57c22660f096d8e5da64646982bf0c51bbe16727bf)<br>
<a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl-2016.06.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.23.1/youtube-dl-2016.06.23.1.tar.gz.sig">sig</a> - fd4e2304eb71c934502929446596b898ca7197b26dabb3540795bcfcc16a2e13)
<a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl.exe.sig">sig</a> - 0aee868f7692df911b23bb19c26895c5d3eb362cbc66c2aaadca90ab81796384)<br>
<a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl-2016.06.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.25/youtube-dl-2016.06.25.tar.gz.sig">sig</a> - 4b89cb8dd9314f3291509ec9fce99e25ffd2161b745e1fff064ae102bbf6a12f)
</p>
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.23.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.25/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.06.23.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.25/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -55,7 +55,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.06.23.1/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.06.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -59,8 +59,8 @@
<li><b>appletrailers:section</b></li>
<li><b>archive.org</b>: archive.org videos</li>
<li><b>ARD</b></li>
<li><b>ARD:mediathek</b></li>
<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
<li><b>ARD:mediathek</b></li>
<li><b>arte.tv</b></li>
<li><b>arte.tv:+7</b></li>
<li><b>arte.tv:cinema</b></li>

View file

@ -1 +1 @@
2016.06.23.1
2016.06.25

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-06-23T09:44:19.116612Z</updated>
<updated>2016-06-25T03:04:47.346216Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9785,4 +9785,19 @@
<updated>2016-06-23T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.25</id>
<title>New version 2016.06.25</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.06.25/">https://yt-dl.org/downloads/2016.06.25/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-06-25T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2016.06.23.1",
"signature": "837ff373bb4c657710caa4d66256c6047b6457f64ec05ae447642242ab267727b6d2538cdc38783a67d8a7d5341b0f8e390081ab58b5ac0f51c47ef8ee6af95d28da752e1e7e1daeba2a40d6f1b4f666caf2122a4790e01ab46361e464b91f558f5cfdb752f49b5f0b41c62e0ab79de0bf9524dd5cb3640bfd1005abc12e5839",
"latest": "2016.06.25",
"signature": "699031f5647e94325652af2d8d874449aa4f3aca7009d9247ce34cbdf2f28e43c62e81bc2479c8026a639efa793abc26b1364f51123484f86c8c90202e6b3ddc389f0ce410d5dbf51786c4d2406cecba9acd7f99b3b097794cde6480d547b1292f8244e9986b100d5a5c6b83c245288ac0084363a915207f97103738ff09d63a",
"versions": {
"2012.02.22": {
"bin": [
@ -9135,6 +9135,20 @@
"https://yt-dl.org/downloads/2016.06.23.1/youtube-dl-2016.06.23.1.tar.gz",
"fd4e2304eb71c934502929446596b898ca7197b26dabb3540795bcfcc16a2e13"
]
},
"2016.06.25": {
"bin": [
"https://yt-dl.org/downloads/2016.06.25/youtube-dl",
"c117716b139479ffd5edbf79d9747f5bac421518518f25e61dbe50b7e90a2285"
],
"exe": [
"https://yt-dl.org/downloads/2016.06.25/youtube-dl.exe",
"0aee868f7692df911b23bb19c26895c5d3eb362cbc66c2aaadca90ab81796384"
],
"tar": [
"https://yt-dl.org/downloads/2016.06.25/youtube-dl-2016.06.25.tar.gz",
"4b89cb8dd9314f3291509ec9fce99e25ffd2161b745e1fff064ae102bbf6a12f"
]
}
}
}