|
|
@ -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.01.03/youtube-dl">2014.01.03</a> (<a href="https://yt-dl.org/downloads/2014.01.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl">2014.01.05.1</a> (<a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 7bf14e64b75a12fd7586f660d1b585be</li>
|
|
|
|
<li><strong>MD5</strong>: aa1fe08bbafcd70abde804c45e1f947d</li>
|
|
|
|
<li><strong>SHA1</strong>: 2e7f1f36d32df4b0ba19d7da29adb6807d385935</li>
|
|
|
|
<li><strong>SHA1</strong>: 453b5aae2bb05b5301c52fa798a8e784d15d7e73</li>
|
|
|
|
<li><strong>SHA256</strong>: 16ddfdf9030f92c3237b9724640b4383ff005bf23ed81091ef53064eda3973ae</li>
|
|
|
|
<li><strong>SHA256</strong>: b4f879dc2b03ff2cb4c559b4a49ad57d2bd16727f123bd5c94f6e734cbe96021</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.03/youtube-dl.exe.sig">sig</a> - 78d5b9e4fa1688395619994135c05d371644d9965e60bec3ea60a1780804496f)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.exe.sig">sig</a> - c838c63dfeb4f8fe5291ef17b856649004da5c0810e12e29d3c41cd4ac9e6ebe)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz.sig">sig</a> - ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz.sig">sig</a> - 6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b)
|
|
|
|
</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.01.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.05.1/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.01.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.05.1/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.01.03/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.01.05.1/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>
|
|
|
|