|
|
|
@ -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/2014.04.01/youtube-dl">2014.04.01</a> (<a href="https://yt-dl.org/downloads/2014.04.01/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl">2014.04.01.1</a> (<a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 98f2cb61a251b82213b470f290b6041d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 6b8fd84a3d69b82a49c9bdffdfb8bf89691d1d2b</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 6e2de13c5d59ab2dc8b36c7efa5d84e9dd654bc68cc570ad67c6dc0651493c30</li>
|
|
|
|
|
<li><strong>MD5</strong>: af3c8472d756459e01dd376834942a4e</li>
|
|
|
|
|
<li><strong>SHA1</strong>: d9b30245ac8a62f53aeb1ea90358e6cf6b90cb16</li>
|
|
|
|
|
<li><strong>SHA256</strong>: b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.01/youtube-dl.exe.sig">sig</a> - f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz.sig">sig</a> - 06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe.sig">sig</a> - dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz.sig">sig</a> - f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30)
|
|
|
|
|
</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/2014.04.01/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.01/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.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/2014.04.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>
|
|
|
|
|