|
|
|
@ -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.3+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl">2013.12.10</a> (<a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl">2013.12.11</a> (<a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: e5a038065f478690d77fcf219127eae1</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f874a7ef47aa91b9e1cd31de1ae8640292f6d968</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 1b3154a102d1c5d020318a31a7bc1defebee078a02a9ed459b33c6b4c963ad0e</li>
|
|
|
|
|
<li><strong>MD5</strong>: 789dae237883a5036fd396c7940a7523</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 3733bb369517d654b86e083d51601819257d9b25</li>
|
|
|
|
|
<li><strong>SHA256</strong>: dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl.exe.sig">sig</a> - babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz.sig">sig</a> - b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe.sig">sig</a> - 3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz.sig">sig</a> - 815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6)
|
|
|
|
|
</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/2013.12.10/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.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/2013.12.10/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.11/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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/2013.12.10/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/2013.12.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>
|
|
|
|
|