release 2016.07.03

This commit is contained in:
Sergey M․ 2016-07-03 03:21:10 +07:00
parent d894820391
commit 24ddfc3d4c
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
5 changed files with 47 additions and 16 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.07.02/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.07.03/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.07.02/youtube-dl">2016.07.02</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl">2016.07.03</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: e083d5d6f7b3f7d54032c6760f1508d7</li>
<li><strong>SHA1</strong>: 230b9de0c099608eea5501fcaffe1dfbb90a91a6</li>
<li><strong>SHA256</strong>: cc9027ecc065c0933de5d58ae5ed10763b1d9b5c46b27177bbb9d33d6a18097d</li>
<li><strong>MD5</strong>: 10e4ac749e659069ea5ed8921193b75d</li>
<li><strong>SHA1</strong>: 04612e0ce0b71ac6abd7a620dd31f937b984794b</li>
<li><strong>SHA256</strong>: 31926b0579c01adce035cda72375e08ef1135bc966603d7c87ef18ee29a06d51</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.exe.sig">sig</a> - a533f4e453940d3c8a116fbf9b751ed87adab9f07408f8b38f4dfb965ac9a4c0)<br>
<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl-2016.07.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl-2016.07.02.tar.gz.sig">sig</a> - 031c4f28611f138df63a99c886c6e06fef46f2e1f5b6e63d8a088acd29a8d9ba)
<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe.sig">sig</a> - 35815e90bff31415b40fb5565860f75c32fe02bb9de04b53d939cee08eaa700a)<br>
<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl-2016.07.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl-2016.07.03.tar.gz.sig">sig</a> - 8877ded6c493fc9be70dc42dfb5b250baa659c12529b3b0c8406f1a96420a778)
</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.07.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.07.03/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.07.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.07.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -55,13 +55,12 @@ 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.07.02/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.07.03/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>
<ul>
<li><strong>4096R/A4826A18</strong> Philipp Hagemeister <code>Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18</code></li>
<li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code></li>
<li><strong>4096R/18A9236D</strong> Sergey M. <code>Key fingerprint = ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D</code></li>
</ul>
@ -70,6 +69,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
<ul>
<li><strong>1024D/FAFB085C</strong> Philipp Hagemeister <code>Key fingerprint = 0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C</code> (until 2013-06-01)</li>
</li>
<li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code> (until 2014)</li>
</p>
<div class="note">

View file

@ -298,6 +298,8 @@
<li><b>HotStar</b></li>
<li><b>Howcast</b></li>
<li><b>HowStuffWorks</b></li>
<li><b>HRTi</b></li>
<li><b>HRTiPlaylist</b></li>
<li><b>HuffPost</b>: Huffington Post</li>
<li><b>Hypem</b></li>
<li><b>Iconosquare</b></li>
@ -344,7 +346,7 @@
<li><b>kuwo:mv</b>: 酷我音乐 - MV</li>
<li><b>kuwo:singer</b>: 酷我音乐 - 歌手</li>
<li><b>kuwo:song</b>: 酷我音乐</li>
<li><b>la7.tv</b></li>
<li><b>la7.it</b></li>
<li><b>Laola1Tv</b></li>
<li><b>Le</b>: 乐视网</li>
<li><b>Learnr</b></li>

View file

@ -1 +1 @@
2016.07.02
2016.07.03

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-07-02T02:49:52.758734Z</updated>
<updated>2016-07-03T03:21:00.724767Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9875,4 +9875,19 @@
<updated>2016-07-02T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.03</id>
<title>New version 2016.07.03</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.07.03/">https://yt-dl.org/downloads/2016.07.03/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-07-03T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2016.07.02",
"signature": "64d7160b36fe6d09e096b2763b84c1246a197b08a379974954085e3f06dd3fc59ab0d434c091297398df98eeb363d51049df5b574484c34435cb15d311d09f46631ec0beceb65cfae95803f0154ac46831f98c7a5383e2809ad27a10657ea9fc13da9aef542f9ede84b628403c05b5eafda40011b00f0f2b173c823e5476f3e4",
"latest": "2016.07.03",
"signature": "7ce1f25a4ef0b2a50aac60ac78fab477b73426708f86ca16bf546abb66d7bf3b36c2424187189b54003bbc3ea5202c307518f44ce9bf20fc18fb06b210316e82c1466760e36f8539828a4847cb94e2bdf27cd1cb9f9c2153605d3c035d477f3b5f9a349adbbf6ccfa9f0fc886cb0b3559b9cd105c230c2138fd7b0a3025a13cf",
"versions": {
"2012.02.22": {
"bin": [
@ -9219,6 +9219,20 @@
"https://yt-dl.org/downloads/2016.07.02/youtube-dl-2016.07.02.tar.gz",
"031c4f28611f138df63a99c886c6e06fef46f2e1f5b6e63d8a088acd29a8d9ba"
]
},
"2016.07.03": {
"bin": [
"https://yt-dl.org/downloads/2016.07.03/youtube-dl",
"31926b0579c01adce035cda72375e08ef1135bc966603d7c87ef18ee29a06d51"
],
"exe": [
"https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe",
"35815e90bff31415b40fb5565860f75c32fe02bb9de04b53d939cee08eaa700a"
],
"tar": [
"https://yt-dl.org/downloads/2016.07.03/youtube-dl-2016.07.03.tar.gz",
"8877ded6c493fc9be70dc42dfb5b250baa659c12529b3b0c8406f1a96420a778"
]
}
}
}