|
|
@ -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> |
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl">2016.02.22</a> (<a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl">2016.02.27</a> (<a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: bdd05fa79c4d5d11b080910e6097118e</li> |
|
|
|
<li><strong>SHA1</strong>: f3bc183e384ac1a7cd482bd2cce62eac4aa3e767</li> |
|
|
|
<li><strong>SHA256</strong>: 2d69d06fe6e6c8b3d2a9eb9ad70d248e13e7aa7d502f7f55a8f7044fbd481a11</li> |
|
|
|
<li><strong>MD5</strong>: 6ecf1469b5aea504b6716337c475ad5c</li> |
|
|
|
<li><strong>SHA1</strong>: 73e1574ff591aa17eaecbfcafef9f69b74878062</li> |
|
|
|
<li><strong>SHA256</strong>: 5c79516214cfdcf96efb7d06e75cc8a8ec762e7c25b8938f86895cc94a0074d6</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl.exe.sig">sig</a> - 4894f355ae4f329469c5b4c9f41b51a2701e89081eb4cc0bbb31ace5bcf62bd7)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl-2016.02.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.22/youtube-dl-2016.02.22.tar.gz.sig">sig</a> - 14cf17af94a23d451c1c8d2fcc8ee072ee99746d6bc7487c91043498599d630a) |
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl.exe.sig">sig</a> - 3ff2b9fa221512fd8c44f4e68dd922df61f1b4dde89986adb976a8ddca243870)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl-2016.02.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.27/youtube-dl-2016.02.27.tar.gz.sig">sig</a> - fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e) |
|
|
|
</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.02.22/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.02.27/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.02.22/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.02.27/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code> |
|
|
|
</p> |
|
|
|
|
|
|
@ -53,7 +53,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.02.22/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.02.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>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
|