|
@ -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> |
|
|
<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.29/youtube-dl">2013.10.29</a> (<a href="https://yt-dl.org/downloads/2013.10.29/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl">2013.10.30</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: 8f72b9ca14531433fd76c05c3613519e</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: b1a6fb1054a8247c9e1c725b64609453d244abc7</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: 335cc49e1c235c1e023e9e72f2ce660c</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: b70240a454d8cccd8b8093244c822087399e7e3a</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<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) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe.sig">sig</a> - 9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz.sig">sig</a> - 54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d) |
|
|
</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/2013.10.29/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.30/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code> |
|
|
sudo chmod a+x /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/2013.10.29/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.30/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code> |
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
@ -49,7 +49,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/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> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.30/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> |
|
|