|
|
@ -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.11.2/youtube-dl">2014.04.11.2</a> (<a href="https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 000d7a9c3b42ce319ce338379b40d897</li>
|
|
|
|
<li><strong>MD5</strong>: 76d536b0f96a44bd32f25d5f4a11306a</li>
|
|
|
|
<li><strong>SHA1</strong>: 55dfcf2b346c6e7d972ba8f61ff2da08f58f5d64</li>
|
|
|
|
<li><strong>SHA1</strong>: dc857cd413f0a952fe5195ffd4b79cfe92df612d</li>
|
|
|
|
<li><strong>SHA256</strong>: e9ee533c579de3b348000a8cf5347190e13f224ce2eb462c20b87902b27be221</li>
|
|
|
|
<li><strong>SHA256</strong>: a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.exe.sig">sig</a> - be2f545c6a10776bd378bd1acf07a4bcced0060a30dde8587e55ba180a640bc4)<br>
|
|
|
|
<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.11.2/youtube-dl-2014.04.11.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.11.2/youtube-dl-2014.04.11.2.tar.gz.sig">sig</a> - b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2)
|
|
|
|
<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)
|
|
|
|
</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.11.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.13/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.11.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.13/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.11.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/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>
|
|
|
|
</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>
|
|
|
|