release 2016.06.19

This commit is contained in:
Sergey M․
2016-06-19 02:33:32 +07:00
parent 658975165e
commit d47189bbcc
5 changed files with 45 additions and 14 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.18.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.19/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.18.1/youtube-dl">2016.06.18.1</a> (<a href="https://yt-dl.org/downloads/2016.06.18.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl">2016.06.19</a> (<a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 384fa3479d74a2848682e98d756acd68</li>
<li><strong>SHA1</strong>: 7106106767ee5c17bc1157b3b16bbe1c1cb2274b</li>
<li><strong>SHA256</strong>: 1f3874ebe40ad4b28ed743360444089a2b9f93df47e13ef26b04d1a997976e2f</li>
<li><strong>MD5</strong>: 1b2a5bbbe12aa4329e5a7d626e2b6b98</li>
<li><strong>SHA1</strong>: 102866b91db06b3f63f51528c7d3ea5b8e86dbc4</li>
<li><strong>SHA256</strong>: a6ac5ab649a78e695289def95d92d018fb75943cf1afb35223d105be2e7a8fd1</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.06.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.18.1/youtube-dl.exe.sig">sig</a> - 4b12e6c01359968c9d8aa05400b3137bd2f60785fb1654f7517948c4d671c522)<br>
<a href="https://yt-dl.org/downloads/2016.06.18.1/youtube-dl-2016.06.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.18.1/youtube-dl-2016.06.18.1.tar.gz.sig">sig</a> - 509e983a0204d6ec93e91f7ca6c26e9dc5a223ae1bdf9afd17587902bb15299a)
<a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl.exe.sig">sig</a> - aff662acd8616d12ced6a0d0919e928c1c7af2919d3055e193b677cdeade0f1d)<br>
<a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl-2016.06.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.19/youtube-dl-2016.06.19.tar.gz.sig">sig</a> - 351062854fd715ccac85a4d679923282f85c34967324e06d353eeb1cf19ab244)
</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.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.19/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.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.19/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.18.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.19/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>