|
|
|
@ -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.09.04.3/youtube-dl">2014.09.04.3</a> (<a href="https://yt-dl.org/downloads/2014.09.04.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl">2014.09.06</a> (<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: b618268f62a52b80af5cd8d624f6f065</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 777eef6825db246275fcf27a8394c8cec4c31f94</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 11359f0e1bcb718ae272827148a4965d8a8a06c85b39cac6f6ed0c55ebd829df</li>
|
|
|
|
|
<li><strong>MD5</strong>: c1cdcebc55adec9a893c78e3181c73f9</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a90dd61fc836b6b336bb895b2f683e5b51a9b28f</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c519a9a4a543cbd23f3660e6267792a1fa459ea0fd84fca2a79225fa34d4c041</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.04.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.04.3/youtube-dl.exe.sig">sig</a> - cfe94ace0a4b2dc364b089c0d0ae3032fef9012f1779cbc9e310263771a83cb4)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.04.3/youtube-dl-2014.09.04.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.04.3/youtube-dl-2014.09.04.3.tar.gz.sig">sig</a> - 3eee779ed64e860d9704a1797733d1f3ec24dc949ec52b9cd520a07beafac956)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl.exe.sig">sig</a> - 42793448078ca5045ea023bbab60e3cc8688da21db8104776fbfc405aa69219f)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl-2014.09.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl-2014.09.06.tar.gz.sig">sig</a> - ad99a911a4b9c1983d797b208f292ead55da4ca30aea618e8092a7fb1fdea0a8)
|
|
|
|
|
</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.09.04.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.06/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.09.04.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.06/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.09.04.3/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.09.06/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>
|
|
|
|
|