|
|
|
@ -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.20.1/youtube-dl">2013.09.20.1</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl">2013.09.24</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 9345a10874b627bd91d1676d5881b419</li>
|
|
|
|
|
<li><strong>SHA1</strong>: ace4664639cc21ee90c025115ab5aa12ad06426d</li>
|
|
|
|
|
<li><strong>SHA256</strong>: eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0</li>
|
|
|
|
|
<li><strong>MD5</strong>: c1ec4cc617862e635b98b7624d66df78</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 8731d5f05287455fe93cf4f3e65f32c5d0be9fb3</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe.sig">sig</a> - 1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz.sig">sig</a> - c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe.sig">sig</a> - ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz.sig">sig</a> - 8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917)
|
|
|
|
|
</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.20.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.24/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.20.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.24/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.20.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.24/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>
|
|
|
|
|