|
|
@ -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.09.16.1/youtube-dl">2014.09.16.1</a> (<a href="https://yt-dl.org/downloads/2014.09.16.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl">2014.09.18</a> (<a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 6fdf3860a721bdb07b32b3433b63d220</li> |
|
|
|
<li><strong>SHA1</strong>: 6737480c253d9648f4ca991a855e6317ba36f12f</li> |
|
|
|
<li><strong>SHA256</strong>: 2f8aed0053301671e492fe22bf96b83387d295d9ec96ea8e8571a300e05830bf</li> |
|
|
|
<li><strong>MD5</strong>: 0dd3a7e1e51aabc706b4702e70c9b52d</li> |
|
|
|
<li><strong>SHA1</strong>: 51bdc4878dbf9a07ba5f86724d14d1e16be97504</li> |
|
|
|
<li><strong>SHA256</strong>: 099a9497f41fcb8e22b9fc6a7cd69f201a42f6d3baaeeefa363b86231aef2cdf</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.16.1/youtube-dl.exe.sig">sig</a> - bf3702464bfd4155d41a0be129b48b9a0931dc42f68c1cd8b04e7e2b19ddd28d)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.16.1/youtube-dl-2014.09.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.16.1/youtube-dl-2014.09.16.1.tar.gz.sig">sig</a> - 4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4) |
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl.exe.sig">sig</a> - fd088063f33fd27cb0ecefbd2fe6ce312579ed36a4a7156fe859ce15dfcadad5)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl-2014.09.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.18/youtube-dl-2014.09.18.tar.gz.sig">sig</a> - 032617d45fb278cb70dfcaefd6a69c29961d42a9db6363376a64d1a3b2c8f58e) |
|
|
|
</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.09.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.18/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.09.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.18/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.09.16.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> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.18/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> |
|
|
|