|
|
@ -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.28/youtube-dl">2013.10.28</a> (<a href="https://yt-dl.org/downloads/2013.10.28/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl">2013.10.29</a> (<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 6828e5db68bc178dc57327e463605034</li> |
|
|
|
<li><strong>SHA1</strong>: c88997499d01770c50f38dfbdd78a948c32d205e</li> |
|
|
|
<li><strong>SHA256</strong>: 14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3</li> |
|
|
|
<li><strong>MD5</strong>: 8f72b9ca14531433fd76c05c3613519e</li> |
|
|
|
<li><strong>SHA1</strong>: b1a6fb1054a8247c9e1c725b64609453d244abc7</li> |
|
|
|
<li><strong>SHA256</strong>: 86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<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) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe.sig">sig</a> - 34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz.sig">sig</a> - dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6) |
|
|
|
</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.28/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.29/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.28/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.29/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.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> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.29/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> |
|
|
|