|
|
@ -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>
|
|
|
|
<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.04.01.3/youtube-dl">2014.04.01.3</a> (<a href="https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl">2014.04.02</a> (<a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: a1a8874db1839f4b1f1a73d44c826381</li>
|
|
|
|
<li><strong>MD5</strong>: 195f5e1b15e07b51a563b049c0642eae</li>
|
|
|
|
<li><strong>SHA1</strong>: f62856e2aaebbf27af80e2a813b2c271a473635c</li>
|
|
|
|
<li><strong>SHA1</strong>: 66de65564ca5afcc30079579ad511955f742f61c</li>
|
|
|
|
<li><strong>SHA256</strong>: 0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0</li>
|
|
|
|
<li><strong>SHA256</strong>: 3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe.sig">sig</a> - 09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe.sig">sig</a> - 6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz.sig">sig</a> - 83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz.sig">sig</a> - f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1)
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
<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.04.01.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
<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.04.01.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.01.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.04.02/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>
|
|
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|