|
|
|
@ -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.03.24.2/youtube-dl">2013.03.24.2</a> (<a href="https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl">2014.03.24.1</a> (<a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 53e6d4192e73a3b7fce941a585c3095a</li>
|
|
|
|
|
<li><strong>SHA1</strong>: bcca46aa9090885589ad7f3c6a1b5365d8fc2e1e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ede906cdbdf6ed6e26bd9e9d253f3395f37e2fe07af66d4100f7f543fcb895f3</li>
|
|
|
|
|
<li><strong>MD5</strong>: 96d9ed61916ce466926581aaa3183191</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 8ae6fefb0c5af0d09cc9ca2a00f63bd48584c677</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 50a27881d72b23463bd6e6acb959661f4cf2753982189273a2fb775b05d713df</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.exe.sig">sig</a> - 1f435e22d388f73ef9f2c9995085c58e21700cf2028d47bd7e000c6e7280e01b)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.03.24.2/youtube-dl-2013.03.24.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.03.24.2/youtube-dl-2013.03.24.2.tar.gz.sig">sig</a> - 0b01ac2f120015aa1142d841a9b6a822607f7de4b4d7333c5991c7becc60e752)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.exe.sig">sig</a> - ab0014481b4bc43806fbac4c7470285ae9cd9273cfe1790a0c4e3f15396380a0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz.sig">sig</a> - 1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008)
|
|
|
|
|
</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.03.24.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.24.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.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.24.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.03.24.2/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.24.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>
|
|
|
|
|