|
|
@ -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.11/youtube-dl">2014.03.11</a> (<a href="https://yt-dl.org/downloads/2014.03.11/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl">2014.03.12</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 34baa8cf2ea1b56b859beeb1d60f8fb4</li>
|
|
|
|
<li><strong>MD5</strong>: 96d7587529574806e82e494cbd01d26a</li>
|
|
|
|
<li><strong>SHA1</strong>: 24d223ae21d318f51dfa7b2fd36207f7513036d1</li>
|
|
|
|
<li><strong>SHA1</strong>: 2ae32be8449eb01f8f0c5b92aa442776f6d53ca9</li>
|
|
|
|
<li><strong>SHA256</strong>: 520cae68c698de9f3e36ea735c041eac5646d669a99544f41df8a886ba1eb0ec</li>
|
|
|
|
<li><strong>SHA256</strong>: 4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.11/youtube-dl.exe.sig">sig</a> - 1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe.sig">sig</a> - 45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz.sig">sig</a> - 817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz.sig">sig</a> - bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9)
|
|
|
|
</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.11/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.12/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.11/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.12/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.11/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.12/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>
|
|
|
|