|
|
@ -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.03.24.4/youtube-dl">2014.03.24.4</a> (<a href="https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl">2014.03.24.5</a> (<a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: fd4a6d6f6d810a449b4e0d4e9098bd0d</li>
|
|
|
|
<li><strong>MD5</strong>: e973a0a233df188e1620f3e20528774d</li>
|
|
|
|
<li><strong>SHA1</strong>: f58d83bd0233f1e77f7ab64df044b6b104358c70</li>
|
|
|
|
<li><strong>SHA1</strong>: e2aec543dd2d322c82bd09985fce36a0db86ce87</li>
|
|
|
|
<li><strong>SHA256</strong>: 1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8</li>
|
|
|
|
<li><strong>SHA256</strong>: 644e5d2dfad1a197111162bc588c54ee80916127fa5bc956313bf289893bbb28</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe.sig">sig</a> - c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.exe.sig">sig</a> - 3224e6565d6252e1366e736a6a828aa1e35b7f77522ebe3d2607c593bb1c7478)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz.sig">sig</a> - 097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz.sig">sig</a> - f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af)
|
|
|
|
</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.03.24.4/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.24.5/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.03.24.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.24.5/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.03.24.4/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.03.24.5/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>
|
|
|
|