|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl">2014.05.19</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl">2014.05.31.4</a> (<a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: aa9a3add27d289940728ef66b73a43bc</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 069ac0685c2bee8e28fed0841ee63f6e5a454c49</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d</li>
|
|
|
|
|
<li><strong>MD5</strong>: 3027ed65d7a2544b0ba9595163388832</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 2416f288533e97365e3a34a8e47b33f656b49ced</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 07f868fd41f4a2b592eb69e8351fbcfa00a04138abd843f4737484d75d3f75ec</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe.sig">sig</a> - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz.sig">sig</a> - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl.exe.sig">sig</a> - 5fdb86364c1514a70daaaf1f4c99eb781cddb2dc1053fb61b405fe38cefcc10a)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl-2014.05.31.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.31.4/youtube-dl-2014.05.31.4.tar.gz.sig">sig</a> - 9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5)
|
|
|
|
|
</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/2014.05.19/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.05.31.4/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/2014.05.19/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.31.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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/2014.05.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.31.4/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>
|
|
|
|
|