|
|
@ -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.11.23/youtube-dl">2014.11.23</a> (<a href="https://yt-dl.org/downloads/2014.11.23/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl">2014.11.23.1</a> (<a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 21d84d34747b808bb381496f0b4def25</li> |
|
|
|
<li><strong>SHA1</strong>: 7faa398073f37e3da6fa0fd69fa7425e6681b0b4</li> |
|
|
|
<li><strong>SHA256</strong>: 5c71014f970ee0e9360062460e08e6eb148dceaefd27d644c23529030420e096</li> |
|
|
|
<li><strong>MD5</strong>: e10d8a633b71e24b19b519ff80664608</li> |
|
|
|
<li><strong>SHA1</strong>: 0cff6ab1bc03d79d47f26cd2dd194c6afd7f5ab6</li> |
|
|
|
<li><strong>SHA256</strong>: 40c5131248496e4d19705576292fc76c5c05236f01b365e5607148a97d65e855</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.23/youtube-dl.exe.sig">sig</a> - 40aa36967e37baa1fc535cfd40832c614028171568e3ec29fba93f88e8aee6e0)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.23/youtube-dl-2014.11.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.23/youtube-dl-2014.11.23.tar.gz.sig">sig</a> - c9d565ab8ab73c7ff196e7dda6d67135eb51dd178ccc9e01fd47960526a722bc) |
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl.exe.sig">sig</a> - 082a1c869886ae826ddbef3033d248783404108382d59a2dd6f41fde0fdce299)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl-2014.11.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.23.1/youtube-dl-2014.11.23.1.tar.gz.sig">sig</a> - ebdc15e688ac787c14d3a9da18b70333166e1c50b9beed0d58b7f42b6fcb58d4) |
|
|
|
</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.11.23/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.23.1/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.11.23/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.23.1/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.11.23/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.11.23.1/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> |
|
|
|