|
|
@ -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.08/youtube-dl">2014.02.08</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.08.1/youtube-dl">2014.02.08.1</a> (<a href="https://yt-dl.org/downloads/2014.02.08.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 227ab669f19410c58e2193b5c49f92de</li>
|
|
|
|
<li><strong>MD5</strong>: 8fc6609557da9c61200e5ad10be340b6</li>
|
|
|
|
<li><strong>SHA1</strong>: 948bff8cbd227423baa5cc058371af95e4634106</li>
|
|
|
|
<li><strong>SHA1</strong>: 2f4aa600354c1284962341e0f762d8aba16cfb08</li>
|
|
|
|
<li><strong>SHA256</strong>: b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e</li>
|
|
|
|
<li><strong>SHA256</strong>: ffc41459906956cc33dfbbcd16c2fbc303e807c35be18f1ead61221b49a4bcb7</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<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.08.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.08.1/youtube-dl.exe.sig">sig</a> - aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693)<br>
|
|
|
|
<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)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz.sig">sig</a> - 45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b)
|
|
|
|
</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.08/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.08.1/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.08/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.08.1/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.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>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.08.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>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|