|
|
|
@ -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.11.21/youtube-dl">2014.11.21</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl">2014.11.21.1</a> (<a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 878ecd09ad44dd17e3ef4e83b5985397</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 83025d9c9f4cba8067e2276a7314aa7691a6a725</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 61341ea5a00bca4051ef4d14d9219c8747fbeecc85d49e812ed5b7a403dd18c2</li>
|
|
|
|
|
<li><strong>MD5</strong>: df25e09536e29af7ccc5fc85492de628</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 40c9514fee5f46c8a1dec8d8c1d07a9ca7e9bc98</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 6df2016dcfece5a29796c378e7e4791eb6181687536ff82e70641f6896669713</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.exe.sig">sig</a> - ddb90bc6f79305dc115d1f3cde6b6af6a5fcf5b2c7fd0aa767d5fd8d4ec28acb)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl-2014.11.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl-2014.11.21.tar.gz.sig">sig</a> - 506937ef51133b6b825925b205970265445a9f0c1c57569fb3e8028e4a225c05)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl.exe.sig">sig</a> - 36d423295bf41c0b8100780551b7dabf19158590397ab6ba5bbca207fe6c82aa)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl-2014.11.21.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.21.1/youtube-dl-2014.11.21.1.tar.gz.sig">sig</a> - f2ec80d33b9452df30088d6ebed6b451bf987a88d2d1cf8ce61a424c24eab767)
|
|
|
|
|
</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.11.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.21.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/2014.11.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.21.1/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.11.21/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.11.21.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>
|
|
|
|
|