|
|
|
@ -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.08.05/youtube-dl">2014.08.05</a> (<a href="https://yt-dl.org/downloads/2014.08.05/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl">2014.08.10</a> (<a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 53fe0c13240f446365b0283bf88a2b1f</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 1aea9d3adaf42ef10ec2be7c0fceeedaa72e8bce</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 2d328d8a37ddeb13bf4a08c03e1ebe348a43ff6bd77f892c66fc2cf230c5fb96</li>
|
|
|
|
|
<li><strong>MD5</strong>: 4402a0c6100c9214647f66ebdc280152</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 80cad281ae790a203e327cd62f8eda7075bec927</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ee55567af05fe14acbda807cd93ef8bd0ad810d9681772ec4766b03e6111cff6</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.05/youtube-dl.exe.sig">sig</a> - 1d31671abccf7c5c802a70c3fc0d657d0ec9a57794cdf3fc00dc69f2d6700646)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.05/youtube-dl-2014.08.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.05/youtube-dl-2014.08.05.tar.gz.sig">sig</a> - 6e816d7444cadbd074459c852d988412ed7fb1b6216292da378229a95886a13f)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl.exe.sig">sig</a> - b4d981f9c9a9a1742e5eda7ded1ecd9eabac549e27a0a2a350b3ef58651805a2)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl-2014.08.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.10/youtube-dl-2014.08.10.tar.gz.sig">sig</a> - a1131ff8aa636b6e99baf1b6226dab137500cd0a5cdeb4d76db102be4138caa9)
|
|
|
|
|
</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.08.05/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.10/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.08.05/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.10/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.08.05/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.10/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>
|
|
|
|
|