|
|
@ -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.01/youtube-dl">2013.10.01</a> (<a href="https://yt-dl.org/downloads/2013.10.01/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl">2013.10.01.1</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 74d10c185d62c6d82f04f69bd78f4280</li> |
|
|
|
<li><strong>SHA1</strong>: a84760630d6fab6beee06e57822783845eebc06c</li> |
|
|
|
<li><strong>SHA256</strong>: 84c15ed5b5981af001a47467f26d3b54e9ee2c61759d88b50d6c6f18451abb2c</li> |
|
|
|
<li><strong>MD5</strong>: 6acbd2ca7c70e2f6d7e7b3e76b28a442</li> |
|
|
|
<li><strong>SHA1</strong>: 9004193a7f6d1e7e26c2269e3ec598b54c3c675e</li> |
|
|
|
<li><strong>SHA256</strong>: 0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.01/youtube-dl.exe.sig">sig</a> - 276d68b42453cb23177c86f608e4ee64a5a602e2e9cae9870c38ae34d9be2615)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.01/youtube-dl-2013.10.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.01/youtube-dl-2013.10.01.tar.gz.sig">sig</a> - e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe.sig">sig</a> - af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz.sig">sig</a> - 1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab) |
|
|
|
</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.01/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.01.1/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.01/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.01.1/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.01/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.01.1/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> |
|
|
|