|
|
@ -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.03.23/youtube-dl">2014.03.23</a> (<a href="https://yt-dl.org/downloads/2014.03.23/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl">2013.03.24</a> (<a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: a11c9317c04278dda3e17aebb1f8f227</li>
|
|
|
|
<li><strong>MD5</strong>: 5e472ad2d168d2a26f0f540d8a8e435b</li>
|
|
|
|
<li><strong>SHA1</strong>: f483cc02739a831f6eb51e624508d4ebef5a16ac</li>
|
|
|
|
<li><strong>SHA1</strong>: c0ddf4435332012afa8cebd662adaa2e6349bc2c</li>
|
|
|
|
<li><strong>SHA256</strong>: 6497f2f7d3a4877da926a0773aa8d42a8ff1837bea69331b221c6e6929740c37</li>
|
|
|
|
<li><strong>SHA256</strong>: 39343ac043bc4eb0a730ed97fee8abe4500f43e0de7c4316a721f16f41076cc6</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.23/youtube-dl.exe.sig">sig</a> - 8901ad5eceb9a0e6b097eff4a1e1dfbc9e85dafccc766c013499830195715670)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl.exe.sig">sig</a> - b047d39b7b39acc01ac32136589e6100c640f0af123cce9eb598f74be18bd0f8)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz.sig">sig</a> - 4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926)
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl-2013.03.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.03.24/youtube-dl-2013.03.24.tar.gz.sig">sig</a> - 68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255)
|
|
|
|
</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.03.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.03.24/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.03.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.03.24/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.03.23/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.03.24/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>
|
|
|
|