|
|
@ -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.11.24/youtube-dl">2013.11.24</a> (<a href="https://yt-dl.org/downloads/2013.11.24/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl">2013.11.24.1</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 1a1b4312c4401076411e93545eaa13cf</li> |
|
|
|
<li><strong>SHA1</strong>: 3a032613da6b993d871d00e08d02ccf07e55775f</li> |
|
|
|
<li><strong>SHA256</strong>: 2b55ccf8feb85da9707ebaaaad00f93856783856acb2f4635df8d84882a02930</li> |
|
|
|
<li><strong>MD5</strong>: 64709159abe1a292061e1712195f1ce2</li> |
|
|
|
<li><strong>SHA1</strong>: f825219d60202d447654710553f45a401d11ec16</li> |
|
|
|
<li><strong>SHA256</strong>: 14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.24/youtube-dl.exe.sig">sig</a> - 72c72938e4730994fc40c0f712f8f281d552b3222c93265ecb4737c6a8f1cb19)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz.sig">sig</a> - c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe.sig">sig</a> - 884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz.sig">sig</a> - 5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a) |
|
|
|
</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.11.24/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.24.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/2013.11.24/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.24.1/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.11.24/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.24.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> |
|
|
|