|
|
@ -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.03.03/youtube-dl">2014.03.03</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl">2014.03.04</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 40870f0591f479f4cb5cd8c168d04d49</li>
|
|
|
|
<li><strong>MD5</strong>: baa44a3e3f97ffbc4e0de3365da8ddcd</li>
|
|
|
|
<li><strong>SHA1</strong>: ef3e85a0722b7dbfc537ca24b59c6da8db0d2ffd</li>
|
|
|
|
<li><strong>SHA1</strong>: ba621fd2c69a069a98a7eca81845b4f9c4cf46ab</li>
|
|
|
|
<li><strong>SHA256</strong>: bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a</li>
|
|
|
|
<li><strong>SHA256</strong>: 1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe.sig">sig</a> - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe.sig">sig</a> - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz.sig">sig</a> - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz.sig">sig</a> - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63)
|
|
|
|
</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.03.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.04/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.03.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04/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.03.03/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.03.04/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>
|
|
|
|