|
|
@ -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/2014.04.13/youtube-dl">2014.04.13</a> (<a href="https://yt-dl.org/downloads/2014.04.13/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl">2014.04.19</a> (<a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 76d536b0f96a44bd32f25d5f4a11306a</li>
|
|
|
|
<li><strong>MD5</strong>: 1d1e0d0ba2cfec54588aecc4a167c486</li>
|
|
|
|
<li><strong>SHA1</strong>: dc857cd413f0a952fe5195ffd4b79cfe92df612d</li>
|
|
|
|
<li><strong>SHA1</strong>: 18780f0e703ef29fece2f56b99a5354eeba95a51</li>
|
|
|
|
<li><strong>SHA256</strong>: a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370</li>
|
|
|
|
<li><strong>SHA256</strong>: 89c9ea1a4eeeef782fbbcb3923fe7fdf5e6ec8e4b41d68245f7e7c771d484326</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.13/youtube-dl.exe.sig">sig</a> - 9a5a1e0e60e248cc01cf9a762a077581690af0b826e1723ef18ff2a1f02f1406)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl.exe.sig">sig</a> - 0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz.sig">sig</a> - 582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz.sig">sig</a> - 83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553)
|
|
|
|
</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/2014.04.13/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.19/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/2014.04.13/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.19/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/2014.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/2014.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>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|