|
|
@ -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>
|
|
|
|
<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.20/youtube-dl">2014.03.20</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl">2014.03.21</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 6fd36533c72013ea60d5b61a21271566</li>
|
|
|
|
<li><strong>MD5</strong>: a8bca4d36ffb9bc527fbafa51b69a216</li>
|
|
|
|
<li><strong>SHA1</strong>: b9db9e5aabfa3835e88df1c6068f542991d36fb3</li>
|
|
|
|
<li><strong>SHA1</strong>: 6119cdb38e4bc106b1c15eca9707199044dc94b0</li>
|
|
|
|
<li><strong>SHA256</strong>: 20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17</li>
|
|
|
|
<li><strong>SHA256</strong>: 1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe.sig">sig</a> - 89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe.sig">sig</a> - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz.sig">sig</a> - 9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz.sig">sig</a> - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e)
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
<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.20/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
<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.20/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.20/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.21/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>
|
|
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|