|
|
@ -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.09.17/youtube-dl">2013.09.17</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl">2013.09.20</a> (<a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: e19784c150065460f785b1d9cca22061</li> |
|
|
|
<li><strong>SHA1</strong>: 04d9b140f7d17d7e4cf7e1a12f0384ac711d67c0</li> |
|
|
|
<li><strong>SHA256</strong>: 149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6</li> |
|
|
|
<li><strong>MD5</strong>: 2b55d32e27649b99d447e12e6f21a345</li> |
|
|
|
<li><strong>SHA1</strong>: fb0e6c543518a806aedb2fd52125226701711e76</li> |
|
|
|
<li><strong>SHA256</strong>: 49ec188ebd554b0a35ce8f311b5befc09125e9ef318b6b4a29731e44f19dc7d8</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe.sig">sig</a> - bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz.sig">sig</a> - b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl.exe.sig">sig</a> - 8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl-2013.09.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.20/youtube-dl-2013.09.20.tar.gz.sig">sig</a> - 7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0) |
|
|
|
</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.09.17/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.20/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.09.17/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.20/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.09.17/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.09.20/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> |
|
|
|