|
|
|
@ -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.06/youtube-dl">2014.09.06</a> (<a href="https://yt-dl.org/downloads/2014.09.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl">2014.09.10</a> (<a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: c1cdcebc55adec9a893c78e3181c73f9</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a90dd61fc836b6b336bb895b2f683e5b51a9b28f</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c519a9a4a543cbd23f3660e6267792a1fa459ea0fd84fca2a79225fa34d4c041</li>
|
|
|
|
|
<li><strong>MD5</strong>: 8fde809f8b25c81987175eb9dff08bf4</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 894c554e31a139ada5e6bfc7bf1f53455b116f47</li>
|
|
|
|
|
<li><strong>SHA256</strong>: b680f71aa1e586ebbd5b3c0e6329b8ffce6c322a10822a18782b01c6b4aad607</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<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)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl.exe.sig">sig</a> - 0fa14e703b740d76ff6ec3446a2a9d6e2791471964bfec8e23d3a49e210dd94f)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl-2014.09.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.10/youtube-dl-2014.09.10.tar.gz.sig">sig</a> - d991f41f40e59d06a45ded75a76f2d3e834f02c5ee3aa5bf0aa4f703ec381e20)
|
|
|
|
|
</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.06/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.10/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.06/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.10/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.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.10/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>
|
|
|
|
|