|
|
|
@ -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.14/youtube-dl">2014.12.14</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 1608a517de50e2b601dcbcef317a4f1e</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 64600463e63c79cc03e1acefb6f2fd6adf3b0317</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 1d326f67fd672579c85ed84e1513d09c4d0cf0cba35ed16046373af86e14b584</li>
|
|
|
|
|
<li><strong>MD5</strong>: 8b54672361efc1031f50d6bd75f0cc1d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 46eae541d0e9d77823ef4f0df39cd23f76ca0410</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 536651c7c965dc44518964e6efbee0f77626b143b6c2b9276555e37d6f3d54e6</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe.sig">sig</a> - 5bbc72697105b232c29fa85e2c85b7abebf1ccbc8054049f201cdcba5efc3542)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz.sig">sig</a> - 13e102f641b3714e8c80ac8909a44c8ef49bb3708728fa2495f34c6b4b795082)
|
|
|
|
|
<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)
|
|
|
|
|
</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.14/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.15/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.14/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.15/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.14/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.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|