|
|
|
@ -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.08.24.6/youtube-dl">2014.08.24.6</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl">2014.08.25</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 34a743ebdb5c755af6adfcb8c384d1cc</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 3dcd7f71cbfbed40a4ad0135e9d67c1a7e486c37</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 4f64358b49f0d6bf7f369c7bb3bfbbb9b73110137d888da23fcdb0b30cbdbf13</li>
|
|
|
|
|
<li><strong>MD5</strong>: 4d81db9e583efbc56dc8c793f23d58a7</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 5c19a317b19cbde92558071a0888913a09289503</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 0ca33562826c2a363f8c55a9502eecf8c826196c0965a9811181e35e9ea2fce7</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.exe.sig">sig</a> - db475a03051ee4975c5d865c72eae6d0c3ca6f0b994a32daba0f2c6b2b7a070b)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz.sig">sig</a> - f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe.sig">sig</a> - 3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz.sig">sig</a> - 5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c)
|
|
|
|
|
</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.08.24.6/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.25/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.08.24.6/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.25/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.08.24.6/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.08.25/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>
|
|
|
|
|