|
|
@ -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>
|
|
|
|
<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.02.05/youtube-dl">2014.02.05</a> (<a href="https://yt-dl.org/downloads/2014.02.05/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl">2014.02.06</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 19aad5869e307e892d1ca0806faade15</li>
|
|
|
|
<li><strong>MD5</strong>: f073743435caf345124d7d1cf76dc6d3</li>
|
|
|
|
<li><strong>SHA1</strong>: 04a87aab2eda22e970c62decd5a0e058ebe9569c</li>
|
|
|
|
<li><strong>SHA1</strong>: 4d21353e62b5659984ca7288bc5bbe15910cd3f2</li>
|
|
|
|
<li><strong>SHA256</strong>: f1ec86512177dcaf73a03717963c138a9b046ba45848f114d6446c9509f642de</li>
|
|
|
|
<li><strong>SHA256</strong>: d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.05/youtube-dl.exe.sig">sig</a> - d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe.sig">sig</a> - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz.sig">sig</a> - b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz.sig">sig</a> - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647)
|
|
|
|
</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/2014.02.05/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.06/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/2014.02.05/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.06/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>
|
|
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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/2014.02.05/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.02.06/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>
|
|
|
|