|
|
@ -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/2014.02.06.3/youtube-dl">2014.02.06.3</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl">2014.02.08</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 59b85e7c0c68b1e9c48604509e52e2d5</li>
|
|
|
|
<li><strong>MD5</strong>: 227ab669f19410c58e2193b5c49f92de</li>
|
|
|
|
<li><strong>SHA1</strong>: 80d5ca7f0de372d0f07466f54d26a7a07b5beed3</li>
|
|
|
|
<li><strong>SHA1</strong>: 948bff8cbd227423baa5cc058371af95e4634106</li>
|
|
|
|
<li><strong>SHA256</strong>: bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3</li>
|
|
|
|
<li><strong>SHA256</strong>: b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe.sig">sig</a> - 77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe.sig">sig</a> - 6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz.sig">sig</a> - 0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz.sig">sig</a> - b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b)
|
|
|
|
</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/2014.02.06.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.08/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/2014.02.06.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.08/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/2014.02.06.3/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/2014.02.08/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>
|
|
|
|