|
|
|
@ -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.08.28.1/youtube-dl">2014.08.28.1</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl">2014.08.28.2</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 325f8c8b2105ad029605ccddfe23b0ff</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a48126f6d0004b0046e9611e047b115f21fa86f7</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 347b468d9c217b17b6bf1a074579c024aee432e3d9462730863772a782bdc2b2</li>
|
|
|
|
|
<li><strong>MD5</strong>: 4f0e1ef5c10301967b604a93b1f1a1f7</li>
|
|
|
|
|
<li><strong>SHA1</strong>: e0894a0794abaace2244335f42ed04c2d6bd00dc</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 3adc68a6f416da77ccb2b07780bb65440b211d2bd448abb13692f8e49a828158</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.exe.sig">sig</a> - 0553b928e15d7fb43e84c19ff92ecc0a4d62d8052e53b322aaca9e4e9e431f43)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl-2014.08.28.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl-2014.08.28.1.tar.gz.sig">sig</a> - 9e6a2fe435dc11ea00570cf52273cefbadc18b39a4918c0cf0e55f74331f07bd)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.exe.sig">sig</a> - 393d4555ca928df2ef435f5d37c6ced90daa28746c13cba722e4e5522f122119)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz.sig">sig</a> - eb3490189a3082ed1f688c1ed78fdb87be0eed751a4d3b08155929dd7b0dadfd)
|
|
|
|
|
</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.08.28.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.28.2/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.08.28.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.2/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.08.28.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.2/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>
|
|
|
|
|