|
|
|
@ -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.2+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl">2015.09.22</a> (<a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl">2015.09.28</a> (<a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 7b6d7e59046539b8f8f1ed5f543e0356</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c31b69e9cee77ba942a6611274cd9a57f26390fc</li>
|
|
|
|
|
<li><strong>SHA256</strong>: df20c2fc32dd0d574a8d8315189737d231bf8b6ef2da93a451a1c9ec7b4b4c2e</li>
|
|
|
|
|
<li><strong>MD5</strong>: ce128a9df58e30b579dbaaa89652cce6</li>
|
|
|
|
|
<li><strong>SHA1</strong>: d6dab7e830deae02f1e3d85c91fb7065f69b868e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 554e518e6ff1ca52d4e8b0c541386c328eeb678929e89ada85f53a857d4ce38f</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl.exe.sig">sig</a> - 253d712b84ac77340a32a4cc56f1a0e849344641bb68c85674ad79340b1b3663)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl-2015.09.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.09.22/youtube-dl-2015.09.22.tar.gz.sig">sig</a> - 447cb37694a5dc3b4897ac382642305526a60b6da196c2bcfcabc0ccc83764b2)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl.exe.sig">sig</a> - ac2d6e990e46871113b490da6e206d7e44d6588ef66119353320687037c42f76)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl-2015.09.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.09.28/youtube-dl-2015.09.28.tar.gz.sig">sig</a> - 6396ee3150f51bd6ca2717b7d09f9524fbab22c04c3d2b560b99061d92127a60)
|
|
|
|
|
</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/2015.09.22/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.09.28/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2015.09.22/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.09.28/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /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/2015.09.22/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/2015.09.28/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>
|
|
|
|
|