|
|
|
@ -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.03.07/youtube-dl">2014.03.07</a> (<a href="https://yt-dl.org/downloads/2014.03.07/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl">2014.03.07.1</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 97f2da5a337b33c0b3212bf5cda65dd8</li>
|
|
|
|
|
<li><strong>SHA1</strong>: b6a39e50ee9d4a68286a035315130a71855c2906</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8</li>
|
|
|
|
|
<li><strong>MD5</strong>: bd15f2c77903b73198c0d055cf326f63</li>
|
|
|
|
|
<li><strong>SHA1</strong>: da84177b51a5bbccfb4ab3fa67e7320583abf8c2</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe.sig">sig</a> - 190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz.sig">sig</a> - 58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe.sig">sig</a> - 4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz.sig">sig</a> - 97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa)
|
|
|
|
|
</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.03.07/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.07.1/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.03.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.07.1/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.03.07/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.07.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|