|
|
@ -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.07.30/youtube-dl">2014.07.30</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl">2014.08.02</a> (<a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 711fcf07d2a6d28d17cf0d09f484bf1f</li>
|
|
|
|
<li><strong>MD5</strong>: a998e2aee49fc4d384718380e665bdb6</li>
|
|
|
|
<li><strong>SHA1</strong>: 14e9909d57786288819b45ff6acbe23f6613d54d</li>
|
|
|
|
<li><strong>SHA1</strong>: a82b1aba566e7f3e89d9100e3d1562e07d2c3a42</li>
|
|
|
|
<li><strong>SHA256</strong>: b0badf311851c6b800394ae0d91a6040c5f0880c50af85764b52bacfa7f7780c</li>
|
|
|
|
<li><strong>SHA256</strong>: f28b09136ad635315c2652b42cf36f1950f604ff0f16ad610b90248615ccb180</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.exe.sig">sig</a> - 14413a4992936c3b40addc45fcbbab768d6dc9197af1fdb0af981451ae375d48)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl.exe.sig">sig</a> - 5c40471fdd0a51f52bb7dbe6830808cd29bf174f458a0f83f25b938b3b67c8fb)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl-2014.07.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl-2014.07.30.tar.gz.sig">sig</a> - 67866d101b75fc58c111ec024f0d1342c1490e7bcaba31ed96ff69358c1c549b)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl-2014.08.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.02/youtube-dl-2014.08.02.tar.gz.sig">sig</a> - 4c236b3e1e195596b70a4db699b4000b23deb33cb7a8297b8198c99358eb58bb)
|
|
|
|
</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.07.30/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.02/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.07.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.02/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>
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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.07.30/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.08.02/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>
|
|
|
|