|
|
|
@ -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.08/youtube-dl">2013.12.08</a> (<a href="https://yt-dl.org/downloads/2013.12.08/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl">2013.12.08.1</a> (<a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: c1c958a12b87c18332d5e750ed654738</li>
|
|
|
|
|
<li><strong>SHA1</strong>: dc9b62ac0f931fe1a6bf4991bfdf3c01e332a881</li>
|
|
|
|
|
<li><strong>SHA256</strong>: a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c</li>
|
|
|
|
|
<li><strong>MD5</strong>: 21cd76b89bc191fc300a2bc23ca4fd29</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 09bf6267bf198331a7cd33d3b90ca29101e488f1</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<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)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe.sig">sig</a> - a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz.sig">sig</a> - 5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b)
|
|
|
|
|
</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.08/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.08.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.12.08/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.08.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.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.08.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>
|
|
|
|
|