|
|
|
@ -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.12.04/youtube-dl">2013.12.04</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl">2013.12.08</a> (<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 8f3650654fac73081ad7769b28777c48</li>
|
|
|
|
|
<li><strong>SHA1</strong>: be164749eb19385d780cddc778925643b4e81cd3</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043</li>
|
|
|
|
|
<li><strong>MD5</strong>: c1c958a12b87c18332d5e750ed654738</li>
|
|
|
|
|
<li><strong>SHA1</strong>: dc9b62ac0f931fe1a6bf4991bfdf3c01e332a881</li>
|
|
|
|
|
<li><strong>SHA256</strong>: a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe.sig">sig</a> - e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz.sig">sig</a> - ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl.exe.sig">sig</a> - 04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz.sig">sig</a> - cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3)
|
|
|
|
|
</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.12.04/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.08/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.12.04/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.08/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.12.04/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/2013.12.08/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>
|
|
|
|
|