|
|
|
@ -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/2014.12.15/youtube-dl">2014.12.15</a> (<a href="https://yt-dl.org/downloads/2014.12.15/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl">2014.12.16</a> (<a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 8b54672361efc1031f50d6bd75f0cc1d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 46eae541d0e9d77823ef4f0df39cd23f76ca0410</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 536651c7c965dc44518964e6efbee0f77626b143b6c2b9276555e37d6f3d54e6</li>
|
|
|
|
|
<li><strong>MD5</strong>: 478f44cb5b38fe5f6587b4699a2a9617</li>
|
|
|
|
|
<li><strong>SHA1</strong>: fc69393068e58d155dd906ed7cafc3f8fc42ac66</li>
|
|
|
|
|
<li><strong>SHA256</strong>: d28257c1e08b6a7e412f55ffe47f2a916b8ed43af5ecf64e7d188661a55047e2</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.15/youtube-dl.exe.sig">sig</a> - 41c992a7a834a14c5136a232a34272be030774f87525584cf6b5853bb2ecc5a2)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.15/youtube-dl-2014.12.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.15/youtube-dl-2014.12.15.tar.gz.sig">sig</a> - 5f40725cb93707b5f3d0c9b765e9bdb16bccae673520e3fd344311dda5d9e727)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl.exe.sig">sig</a> - af2a6ab113cc5190c8943cf976c6b49c41bb52a95c1836a86408037024a82508)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl-2014.12.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.16/youtube-dl-2014.12.16.tar.gz.sig">sig</a> - 0762519ca3d2eb92d8c3ff76c1b7b1c009173c63e39aac73dc302eb565fe2c8f)
|
|
|
|
|
</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/2014.12.15/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.16/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/2014.12.15/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.16/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/2014.12.15/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/2014.12.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|