|
|
@ -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>
|
|
|
|
<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.11/youtube-dl">2015.02.11</a> (<a href="https://yt-dl.org/downloads/2015.02.11/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.16/youtube-dl">2015.02.16</a> (<a href="https://yt-dl.org/downloads/2015.02.16/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: fb848145f3685699bfc7e63607f159b4</li>
|
|
|
|
<li><strong>MD5</strong>: eed3f34f0896931f9c518c3b88a2d460</li>
|
|
|
|
<li><strong>SHA1</strong>: e35add4f12f29424325d585c179aa72975e7b0ae</li>
|
|
|
|
<li><strong>SHA1</strong>: 3d513d8bbe9efa170178300b171242ad645af4da</li>
|
|
|
|
<li><strong>SHA256</strong>: 68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb</li>
|
|
|
|
<li><strong>SHA256</strong>: 40ae98956bfb6e04042bffdcac1bd1bd337b45f79dfe306d72540d893b5f8e28</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<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.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.16/youtube-dl.exe.sig">sig</a> - 1d091922306b495deaae1d68544b177d084e524a15d90a5875c4eda9ed8a646c)<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)
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.16/youtube-dl-2015.02.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.16/youtube-dl-2015.02.16.tar.gz.sig">sig</a> - 1dab1a3184197ee2e1c3ce0a06fd6aae3af06dd6e42f6f3e2eb3acb457106350)
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
<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.11/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
<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.11/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<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>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.16/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>
|
|
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|