|
|
|
@ -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.03.18/youtube-dl">2015.03.18</a> (<a href="https://yt-dl.org/downloads/2015.03.18/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl">2015.03.24</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 99c10a129aae2d576a50e399fb6782a0</li>
|
|
|
|
|
<li><strong>SHA1</strong>: ac6a06479661ca3b82c8d2085fefb45895252f8a</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 06af2d011e2ccaed0d6a125a5a8c3f9acaf05c8ef3ca07d72994f6de68746514</li>
|
|
|
|
|
<li><strong>MD5</strong>: 2f30e127a71b8115d4d3ab49dbbea1bb</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 4e644ef17bb43a029b09a398d0ebb3d268b1da75</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 88f9a188d042fc200b4e79be8974acac8da5770d4d149a4bf807215cffc0d6d5</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.03.18/youtube-dl.exe.sig">sig</a> - 4081c53391699030221d659d20287e1c56cbd4538c9399547ab726d47858949e)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.18/youtube-dl-2015.03.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.03.18/youtube-dl-2015.03.18.tar.gz.sig">sig</a> - c32e864d1d61a703d7e37deaf0a34d9390e07e96a854dd338e44e654ab4aceef)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.exe.sig">sig</a> - 04b71f65411ab21540f0d2539704117c60099770c2f2cc9411b606627b9448b0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz.sig">sig</a> - bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4)
|
|
|
|
|
</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.03.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.03.24/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/2015.03.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.03.24/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/2015.03.18/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.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|