|
|
@ -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.18.1/youtube-dl">2014.03.18.1</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 1865872f42f511dc84dbfdc8126ade0e</li>
|
|
|
|
<li><strong>MD5</strong>: 6fd36533c72013ea60d5b61a21271566</li>
|
|
|
|
<li><strong>SHA1</strong>: 4a4fcc34eac80217943e1ac5d870febd9f560b87</li>
|
|
|
|
<li><strong>SHA1</strong>: b9db9e5aabfa3835e88df1c6068f542991d36fb3</li>
|
|
|
|
<li><strong>SHA256</strong>: 4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9</li>
|
|
|
|
<li><strong>SHA256</strong>: 20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe.sig">sig</a> - f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d)<br>
|
|
|
|
<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.18.1/youtube-dl-2014.03.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz.sig">sig</a> - c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b)
|
|
|
|
<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)
|
|
|
|
</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.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.20/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.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.20/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.18.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.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>
|
|
|
|
</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>
|
|
|
|