|
|
|
@ -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/2016.04.13/youtube-dl">2016.04.13</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl">2016.04.19</a> (<a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: f122dfd75b1b4639852a63ada264fe05</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 67d1e0d3d4e8cc3baf085a46d883e2103a53ed87</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ce7e81b458661aa3c07b9c93efd4bc0dbade8e153c352c3e674b6ecea2480c8b</li>
|
|
|
|
|
<li><strong>MD5</strong>: dfce192769e7d1767d8b6d2f719148ae</li>
|
|
|
|
|
<li><strong>SHA1</strong>: ab1722c7c650dd5c839676d0bb1b7b797be72c53</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 23a6b07dce7a4c532298abad6cf36d3fb86a3d0a359569ac8f4632a35186055a</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl.exe.sig">sig</a> - 7bad0efb6eab5486c59b3f29253fd834327e47ca4909ddd6fe556f934834c433)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl-2016.04.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.04.13/youtube-dl-2016.04.13.tar.gz.sig">sig</a> - f9307cbf2f2e9baf4724d9a35beecd9c7728422c0bff5e9efd0e8a026cc952cb)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl.exe.sig">sig</a> - 4e786e4a80aa81550157f8dcbbd523ff19c4af4eb89b14194090de9b8353193a)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl-2016.04.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.04.19/youtube-dl-2016.04.19.tar.gz.sig">sig</a> - 09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0)
|
|
|
|
|
</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/2016.04.13/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.04.19/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2016.04.13/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.04.19/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2016.04.13/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/2016.04.19/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>
|
|
|
|
|