|
|
|
@ -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.02.10.5/youtube-dl">2015.02.10.5</a> (<a href="https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl">2015.02.11</a> (<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: cc46074f677a0cee0f0e6c07e64925a6</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 5087bf348e02209d9228b2974cceee2c088f9337</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 14de9052b9076a5e9da689a5ca98586822a0ec99d0b36c51d21e82cc954706f0</li>
|
|
|
|
|
<li><strong>MD5</strong>: fb848145f3685699bfc7e63607f159b4</li>
|
|
|
|
|
<li><strong>SHA1</strong>: e35add4f12f29424325d585c179aa72975e7b0ae</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.exe.sig">sig</a> - 227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz.sig">sig</a> - cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl.exe.sig">sig</a> - 534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl-2015.02.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl-2015.02.11.tar.gz.sig">sig</a> - 1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59)
|
|
|
|
|
</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.02.10.5/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.11/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.02.10.5/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.11/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.02.10.5/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.02.11/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>
|
|
|
|
|