|
@ -16,27 +16,27 @@ |
|
|
|
|
|
|
|
|
<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.</p> |
|
|
<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.</p> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl">2016.03.26</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl">2016.03.27</a> (<a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: a86048de907cd7ba834cdae398a46b06</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 90a311ea87849e8f3962e547d03094a4358e32b1</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: 67985a9ea4f06f4f87719747ec6868d6</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: e4bd41a85043a5ce8420bb2d65144f9bd7ed3789</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: b42e2e84eda23985684850c69b283ecc51c8df890d2fa743a27e9ece5d4780a5</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe.sig">sig</a> - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz.sig">sig</a> - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl.exe.sig">sig</a> - f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl-2016.03.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.27/youtube-dl-2016.03.27.tar.gz.sig">sig</a> - 472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf) |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type: |
|
|
<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.03.26/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.03.27/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget: |
|
|
<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.03.26/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.27/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<p>To check the signature, type: |
|
|
<p>To check the signature, type: |
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.26/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.03.27/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> |
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|