|
|
@ -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/2013.10.30/youtube-dl">2013.10.30</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl">2013.11.02</a> (<a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 335cc49e1c235c1e023e9e72f2ce660c</li> |
|
|
|
<li><strong>SHA1</strong>: b70240a454d8cccd8b8093244c822087399e7e3a</li> |
|
|
|
<li><strong>SHA256</strong>: fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe</li> |
|
|
|
<li><strong>MD5</strong>: 2b36a1f8d474f9dd429d0fd9abbd65af</li> |
|
|
|
<li><strong>SHA1</strong>: 48e6f47c894942b70ac201adb62461dbb3ff5ce5</li> |
|
|
|
<li><strong>SHA256</strong>: c15492885484c3b8ff97593e4b802ede211d28259385b3d7b84092f79c35a93e</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe.sig">sig</a> - 9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz.sig">sig</a> - 54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl.exe.sig">sig</a> - 1f4bef20126eb5e1bc240ffe76e706d8f4ef43d342a34c33ae2cf2ed6d9ac756)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz.sig">sig</a> - 60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0) |
|
|
|
</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/2013.10.30/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.02/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/2013.10.30/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.02/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/2013.10.30/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/2013.11.02/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> |
|
|
|