|
|
@ -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.03.28/youtube-dl">2014.03.28</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl">2014.03.29</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: bdebb0f417f7a22e1485bf502c703c61</li> |
|
|
|
<li><strong>SHA1</strong>: bc765be0c28efd0562d812a5d58022bc4f14aab7</li> |
|
|
|
<li><strong>SHA256</strong>: b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676</li> |
|
|
|
<li><strong>MD5</strong>: 0cb3aec57ec25ac2163bee4634933ab7</li> |
|
|
|
<li><strong>SHA1</strong>: 279d625a014331953be78b534a3071cde65082d8</li> |
|
|
|
<li><strong>SHA256</strong>: c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe.sig">sig</a> - 3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz.sig">sig</a> - 76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1) |
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe.sig">sig</a> - fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz.sig">sig</a> - 5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9) |
|
|
|
</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.03.28/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.29/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.03.28/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.29/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.03.28/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.03.29/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> |
|
|
|