|
|
|
@ -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.08.16.1/youtube-dl">2015.08.16.1</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl">2015.08.23</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 0b73510ac1889c27ab8f6d5d41bc44d6</li>
|
|
|
|
|
<li><strong>SHA1</strong>: cd6385831655d7f4a15d868e823510e71bf54a46</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e</li>
|
|
|
|
|
<li><strong>MD5</strong>: a59cc8d80bfcc3c2788dd5f84be6fd9b</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 22230913504bcd1a3dd74dca0b5b9c140f397a51</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c1b93d747cd08b06acc8ecba65f1e8ba7c3ad034e3e783419cfcda668bfaa7b7</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe.sig">sig</a> - 3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz.sig">sig</a> - feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.exe.sig">sig</a> - bafe245547b469847a14a1b762735780e05cfc0dcde30ae56c349335c055bbe0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz.sig">sig</a> - 774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e)
|
|
|
|
|
</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.08.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.08.23/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.08.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.08.23/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.08.16.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.08.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|