|
|
|
@ -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.2+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl">2015.01.23.2</a> (<a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl">2015.01.23.3</a> (<a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: c464e1d2c885fd9426565b9f491f45f9</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f86103216f5afc85b64520c6c40e0e5ecb191c13</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 28489578c3c5aecd5de48a624731d50bfc2ee9bd6e3eb4c5f9f5660856631e24</li>
|
|
|
|
|
<li><strong>MD5</strong>: fc8e29b42ef70b7cabd7bbe607ada9e4</li>
|
|
|
|
|
<li><strong>SHA1</strong>: cb0c6dfc41e98ceed0ade994f7e709a45719caaa</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c07f1643a8d5aad0568ae55ad7f6265187985e4e692c59659fa2825d61f56034</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl.exe.sig">sig</a> - 2d735f3aece3a4b4812e6edeb1cfbcb43c7dd2db6521eda75346318b25f8d32a)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl-2015.01.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.23.2/youtube-dl-2015.01.23.2.tar.gz.sig">sig</a> - 295fb246c119721b7dbe844fd21a8ca002eebdb48ac0bb37488321f2d96e3443)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl.exe.sig">sig</a> - ce3867b6e38801d55da7c87a552c1f22038d9e8aa0c40d3bc29be020e28a1131)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl-2015.01.23.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.23.3/youtube-dl-2015.01.23.3.tar.gz.sig">sig</a> - 0f8bcc7b5ef11e219f0645423f9f1be0f0c3c2b15ed6b36b6f9cca240775f633)
|
|
|
|
|
</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/2015.01.23.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.23.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/2015.01.23.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.23.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/2015.01.23.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/2015.01.23.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>
|
|
|
|
|