|
|
@ -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/2013.12.16/youtube-dl">2013.12.16</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl">2013.12.16.1</a> (<a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: ca37e29c05ca53f9ec8da43ce04275e1</li>
|
|
|
|
<li><strong>MD5</strong>: c36dd6d2fbeefb168d71b4b22cb4df65</li>
|
|
|
|
<li><strong>SHA1</strong>: 4e64551fa9e92fee7f8764a318fbf8eaaf51f037</li>
|
|
|
|
<li><strong>SHA1</strong>: 3f9acbf299573e6d32def7a064cb81a5f3c35b28</li>
|
|
|
|
<li><strong>SHA256</strong>: 1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321</li>
|
|
|
|
<li><strong>SHA256</strong>: 757567c573fe66a979c90176d54716f53574cb01e677ddb166f88cfacaf31b1a</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe.sig">sig</a> - 4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.exe.sig">sig</a> - 195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz.sig">sig</a> - faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78)
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz.sig">sig</a> - c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486)
|
|
|
|
</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/2013.12.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.16.1/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/2013.12.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.16.1/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/2013.12.16/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/2013.12.16.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>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|