|
|
|
@ -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.07.20.2/youtube-dl">2014.07.20.2</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl">2014.07.21</a> (<a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: da34a75d0c680c5e704904aa2c36bbcb</li>
|
|
|
|
|
<li><strong>SHA1</strong>: de7e3a7de196206db8fa5b5e925bc7b74831c5cc</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 03ff43eb6ad35bf12bc28951db03b9bdc69d76e0ba539dcb17f74881588f7461</li>
|
|
|
|
|
<li><strong>MD5</strong>: 70f45aa777c62fb7b1429a6d409a348d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c97ac116d81f7eefb6f66f37ac823962c6d097b0</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 181f93ac681596206936db09dfb07e1741f94cb2f73721aed4c771e33cbe0902</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe.sig">sig</a> - 7c0cd7dd60ac1c9eb6cd5a3ed23623779b3c9223d7be784cab53cba886b53d74)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz.sig">sig</a> - e771413c658b2a0d0904d5985eeb04a05b161dd98744ad3c0abb37e8ccb25416)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl.exe.sig">sig</a> - 0498d591a00b8ef878d9ad474eb8d1510582c97a43a7919856afcc48c577fc2d)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl-2014.07.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.21/youtube-dl-2014.07.21.tar.gz.sig">sig</a> - 63b48fdb32a6e28f3dcb8928e0f372d8e2ea1eb4216f063394f0b6d64955cee4)
|
|
|
|
|
</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.07.20.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.21/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.07.20.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.21/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/2014.07.20.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.07.21/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>
|
|
|
|
|