|
|
@ -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.3+ to work.</p> |
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl">2013.10.23.2</a> (<a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl">2013.10.28</a> (<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: c3b5475ceedefad5f01a1e9f40e565cf</li> |
|
|
|
<li><strong>SHA1</strong>: 2e6753590f6f030acc5aa744ffd17631a1d15c53</li> |
|
|
|
<li><strong>SHA256</strong>: 69543298209a507b76e2812bfa8f0cc6f39959e39753115cf6dbb7bfc14896dd</li> |
|
|
|
<li><strong>MD5</strong>: 6828e5db68bc178dc57327e463605034</li> |
|
|
|
<li><strong>SHA1</strong>: c88997499d01770c50f38dfbdd78a948c32d205e</li> |
|
|
|
<li><strong>SHA256</strong>: 14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.exe.sig">sig</a> - 02ccc5cd2f198243bc7e128089ca1194c0bfe901995f65bad1ab0900c7b8bd1f)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz.sig">sig</a> - d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl.exe.sig">sig</a> - 5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz.sig">sig</a> - 30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65) |
|
|
|
</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/2013.10.23.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.28/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+x /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/2013.10.23.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.28/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code> |
|
|
|
</p> |
|
|
|
|
|
|
@ -49,7 +49,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/2013.10.23.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/2013.10.28/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> |
|
|
|