|
|
@ -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.23/youtube-dl">2013.10.23</a> (<a href="https://yt-dl.org/downloads/2013.10.23/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl">2013.10.23.1</a> (<a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 41ec4d14ea41ee02a57fcfaff1c0c7f1</li> |
|
|
|
<li><strong>SHA1</strong>: 1e2f7e98bd2b2b94cc3fb0687adaf5519e979b15</li> |
|
|
|
<li><strong>SHA256</strong>: 3f8b1b241db6a9f430f614354ca4ef3f7783479cbce3120c2ee3273ea84f9d4d</li> |
|
|
|
<li><strong>MD5</strong>: f433f26177d8497fbf0526327c1b5b9d</li> |
|
|
|
<li><strong>SHA1</strong>: fcb7518321bd548a2b5fdae8482bce343ec2cf13</li> |
|
|
|
<li><strong>SHA256</strong>: 6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.23/youtube-dl.exe.sig">sig</a> - 795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23/youtube-dl-2013.10.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.23/youtube-dl-2013.10.23.tar.gz.sig">sig</a> - 223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe.sig">sig</a> - 12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz.sig">sig</a> - 5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56) |
|
|
|
</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.23/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.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/2013.10.23/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.23.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.10.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/2013.10.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> |
|
|
|