|
|
|
@ -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.01.30.2/youtube-dl">2014.01.30.2</a> (<a href="https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl">2014.02.03</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 94350aa6eb63bedd24cfc539e64bec14</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 088ba60159246e2f376e3fa08e7fc097644f124f</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212</li>
|
|
|
|
|
<li><strong>MD5</strong>: 010520891d9d9874aafad8d4e5b20494</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 04c217c7af43406895bd592a2db252c2c785a3a6</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe.sig">sig</a> - 6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz.sig">sig</a> - 893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe.sig">sig</a> - 0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz.sig">sig</a> - 394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d)
|
|
|
|
|
</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.01.30.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.03/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.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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.01.30.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>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|