|
|
|
@ -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.15/youtube-dl">2015.01.15</a> (<a href="https://yt-dl.org/downloads/2015.01.15/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl">2015.01.15.1</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 6fb415043617e5ca0906737e25f30d5b</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 58299a7d2c4fa5bda352c2551a18a7b9cf90209d</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 64e21960b42bc59e1325753fefa4b8d53f8bd86cde2806e1ee11697c71a17166</li>
|
|
|
|
|
<li><strong>MD5</strong>: 2fba6f4418eb6abda16a8a89052e3483</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 4dda65750308f9c5a5dc909d478b6c647eb3a099</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 0da8bca089a11711243b70b31c55e1f44c7473268138d1c62817039dfdcc8850</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.15/youtube-dl.exe.sig">sig</a> - f73b043bf146d31d6609b6a0dbbda27a3364178eda0a2f70eba4f54d74ec552d)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.15/youtube-dl-2015.01.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.15/youtube-dl-2015.01.15.tar.gz.sig">sig</a> - 085ca3f752b80467f8579c08736286f956269bebdebfa8ae946225a8ad094594)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.exe.sig">sig</a> - 912de6b3804d73d64de4c934ef8fab992c55006fcd1f1d3299660375e0f6d6bb)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz.sig">sig</a> - 33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17)
|
|
|
|
|
</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.15/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.15.1/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.15/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.15.1/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.15/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.15.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|