|
|
|
@ -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.10.24/youtube-dl">2014.10.24</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl">2014.10.25</a> (<a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 056c64c0bccd68e310d36eafe4958e80</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c1c6769bc6955849eea7b4e19656757e8f35200b</li>
|
|
|
|
|
<li><strong>SHA256</strong>: d089a6c9af307cff8eaeeb253595b62ee96181e2f3ba66c701815285b140025a</li>
|
|
|
|
|
<li><strong>MD5</strong>: 5afb28ca75486ba0d1c99f56167dc197</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 43648c5191f462f8d7a89298ea5d8ee55227f6f6</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 60e08ed9cfd3332cf6257c8722fa735e803dab96ced5b335d2dda0c33647537d</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.exe.sig">sig</a> - c8e287fe74bb630daa71200af60ff3a5781cc99901aaedb60e9a50834f5c223b)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl-2014.10.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl-2014.10.24.tar.gz.sig">sig</a> - bcaa25b86d893b0280f21ad84979d4234206b7a04b19acf9cc9bad1f5223593a)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl.exe.sig">sig</a> - 562078b4d87fb1df23f33feb63f0ca8da9ae082c3cc42c27e9c947ed6131f7ff)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl-2014.10.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.25/youtube-dl-2014.10.25.tar.gz.sig">sig</a> - 8aa3d4920a68e3e62418da7e29646ea4f61d7e0ea9dd3f45c99defad29558f52)
|
|
|
|
|
</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.10.24/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.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.10.24/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.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.10.24/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.10.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>
|
|
|
|
|