|
|
|
@ -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.02.19.1/youtube-dl">2015.02.19.1</a> (<a href="https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl">2015.02.19.2</a> (<a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 49e0bf0f85659ad29476dd6f9e7072f1</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 5a53c03a76f949f7014d5223f64609fd6c2c9054</li>
|
|
|
|
|
<li><strong>SHA256</strong>: a438dcc83afa568c4065c8c53b811dc0fadd51851ea6712a95aeaa392315d6e7</li>
|
|
|
|
|
<li><strong>MD5</strong>: 919d00c6760009542a65010409aa2400</li>
|
|
|
|
|
<li><strong>SHA1</strong>: bdd298b7789d809cacbabc5043cb600d11a9dac2</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 737a43809e68a4ebcfd1a7e2fec40772389badb890838450de1b7899ccc9a878</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.exe.sig">sig</a> - 8acb95a18dae33e44d127a5daa5d907a330a32fa82a6c8dccb7f813a02e6aed0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.19.1/youtube-dl-2015.02.19.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.19.1/youtube-dl-2015.02.19.1.tar.gz.sig">sig</a> - a584367e10669b734945246785b1a396237411c393ba2901c5ae6c9fe66e38e1)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.exe.sig">sig</a> - c52a1d208d2d3b5377a5d3092c3c705ff2873c7c841b8563ff3f6da4f89e3d34)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl-2015.02.19.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.19.2/youtube-dl-2015.02.19.2.tar.gz.sig">sig</a> - f5eceb0059c7be400d838e64d1b61d49086cd9c23ffe52cf2d5ff12133853b23)
|
|
|
|
|
</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.02.19.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.19.2/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.02.19.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.19.2/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.02.19.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.19.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|