|
|
|
@ -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.07.11.2/youtube-dl">2014.07.11.2</a> (<a href="https://yt-dl.org/downloads/2014.07.11.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl">2014.07.11.3</a> (<a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 2974eb7357972df15341ed1d85bdd3a9</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c61c2b556dcabc23d793c8635cb1dcd27ab6ce47</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 8ef5a312247559c6e1b7165a51e593863fb3b7dc5ee5a6deed468e67a643dc33</li>
|
|
|
|
|
<li><strong>MD5</strong>: 04e7d37187d5d35177c33939de205714</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 45aa02d636941ce9c39c5fd11c09041ece8fcde0</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 7b5bcf90f1949b457103d1b4e88825530686fffb483ce649dc9bc04030ef2aa9</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.11.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.11.2/youtube-dl.exe.sig">sig</a> - d71b713aebd900cd9574832acbb39cb8855ac132344820d8092358698d921231)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.11.2/youtube-dl-2014.07.11.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.11.2/youtube-dl-2014.07.11.2.tar.gz.sig">sig</a> - 72919ca4f935a0b74c7264f31580903d2ec16b3288233b9d844182ae4e09364c)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl.exe.sig">sig</a> - a26bfded88aeced295bcd98f6a7d05c26caed3ad225e36d010b9cd4f0cbf963d)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl-2014.07.11.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.11.3/youtube-dl-2014.07.11.3.tar.gz.sig">sig</a> - 81e4b8c7697649518852caa0cb1cddc86b38c712c5a11c2e6a64ffe37d011936)
|
|
|
|
|
</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.07.11.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.11.3/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.07.11.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.11.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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.07.11.2/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.07.11.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|