release 2016.06.02
This commit is contained in:
@@ -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.05.30.2/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.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>
|
||||
|
||||
<h2><a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl">2016.05.30.2</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl">2016.06.02</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 9896dbcd3b0c712febeeba1c71037474</li>
|
||||
<li><strong>SHA1</strong>: 320662022323f9590a97d1f883873ef68ef87468</li>
|
||||
<li><strong>SHA256</strong>: 4e5391c099222188f035a73e7762186be642cd539dbfcb4630106f45b46f8ada</li>
|
||||
<li><strong>MD5</strong>: 7bb6bcf2adb3e86dfc6937da1bbe03dd</li>
|
||||
<li><strong>SHA1</strong>: 9dd067edf9fd69a51ebd25ea6a111a66051a1315</li>
|
||||
<li><strong>SHA256</strong>: 443dd6a84b79112f009f2143c802e10c1cbe39d299e48e4e85d1624192137a1e</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.exe.sig">sig</a> - 2e59a19fe359dc11af7ba2634cb1851d92e3e46fe2e7dac24b0b43c0a00c78a4)<br>
|
||||
<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz.sig">sig</a> - 1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad)
|
||||
<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.exe.sig">sig</a> - 17054e5d050d41b7a413286efd7911eb93d3f79e3e0a0a58c1abc1999a50710a)<br>
|
||||
<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz.sig">sig</a> - 0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497)
|
||||
</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.05.30.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.06.02/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.05.30.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.02/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.05.30.2/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.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>
|
||||
</p>
|
||||
|
||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||
|
Reference in New Issue
Block a user