release 2016.06.11.3

This commit is contained in:
Sergey M․
2016-06-11 08:35:40 +07:00
parent 4c6805ceb2
commit 4cdb53c6ed
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.11.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.11.3/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.11.1/youtube-dl">2016.06.11.1</a> (<a href="https://yt-dl.org/downloads/2016.06.11.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl">2016.06.11.3</a> (<a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 0225f55abdb19190f14ec1ba763161d3</li>
<li><strong>SHA1</strong>: 4a39ded3ba6f96c84b43f3148aae5ef2acf20aa7</li>
<li><strong>SHA256</strong>: 7d849eb2286aadac637e5f24dbbdd2b935e3fb2f9bec38cff416fa6a3b54008b</li>
<li><strong>MD5</strong>: 8a1b4a07fb10d24fa022c95c82027075</li>
<li><strong>SHA1</strong>: 750b0cef6c4dea0dccd567b775b4bd622c732e03</li>
<li><strong>SHA256</strong>: e0642f33028e7c22085788239b9a5cdf73296342e8aa388c88f4691882f44e1e</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.06.11.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.11.1/youtube-dl.exe.sig">sig</a> - 715712ba6cb8346695611bd2078050072042aede059abc8c2a745365a1e7c98a)<br>
<a href="https://yt-dl.org/downloads/2016.06.11.1/youtube-dl-2016.06.11.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.11.1/youtube-dl-2016.06.11.1.tar.gz.sig">sig</a> - 9c56074070f2b931b8b19fb98455082b4fb2c2b0cd16523e76b86dcdac9a76be)
<a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.exe.sig">sig</a> - 9473dd82871be6eafd37cbd64da5249fb32e046b0b5d3b58d7d98b550567f8c5)<br>
<a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl-2016.06.11.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.11.3/youtube-dl-2016.06.11.3.tar.gz.sig">sig</a> - dcf4c87cb8a975bba45dcc055f54647632bb2ffafeb3e4f6f4c2538c050ec35e)
</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.11.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.11.3/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.11.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.11.3/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.11.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.11.3/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>