|
|
@ -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.2+ 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.2+ to work.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl">2015.05.03</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl">2015.05.04</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 804ab093f818ff43a5780158623be8e6</li>
|
|
|
|
<li><strong>MD5</strong>: 22726b6e354e8e0493cba438e44b888e</li>
|
|
|
|
<li><strong>SHA1</strong>: 69eee780905c2cca1b51c1e87876c9237c65b080</li>
|
|
|
|
<li><strong>SHA1</strong>: ed0a3aaaa473d0d9a0a93677b89debf9a7c27f43</li>
|
|
|
|
<li><strong>SHA256</strong>: b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680</li>
|
|
|
|
<li><strong>SHA256</strong>: af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe.sig">sig</a> - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe.sig">sig</a> - 672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz.sig">sig</a> - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32)
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz.sig">sig</a> - 3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b)
|
|
|
|
</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/2015.05.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.05.04/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/2015.05.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.05.04/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>
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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/2015.05.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/2015.05.04/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>
|
|
|
|