|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl">2015.01.09.1</a> (<a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl">2015.01.09.2</a> (<a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 9ddd1ff09dad4c4bde6ff40a59a80ad2</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c06a1596a6c097510d923d80009c81051e76a9ad</li>
|
|
|
|
|
<li><strong>SHA256</strong>: ba5f13ec75012bf3993cc7f09c060d62d07cfcd7feb273a7ba77882c49472911</li>
|
|
|
|
|
<li><strong>MD5</strong>: 728b0fe67329304c431b9d2b470023ad</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 2288ba847194edcd17189694e18c520d3a9d401f</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c44fd0d039418c83a8c074faf2ea1940bfa7e17ba9fd2dfea53e2964d002128c</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl.exe.sig">sig</a> - ed169f96e81cbb007cc3804a6780475563d122c2efaa58ae3fdbbcaabb4e4a4c)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl-2015.01.09.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.09.1/youtube-dl-2015.01.09.1.tar.gz.sig">sig</a> - 98bb93ac37cc8ea3bc0a49c1506893670ea450618c4593af87959bea64c7e12c)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl.exe.sig">sig</a> - d0315cc869416d7a236132403be822a40262254a4fe77e5a8934421eda65c016)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl-2015.01.09.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.09.2/youtube-dl-2015.01.09.2.tar.gz.sig">sig</a> - cc935640b60185651f5452ff0e2346122284570c973af0562d51e63bafd51bec)
|
|
|
|
|
</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/2015.01.09.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.09.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/2015.01.09.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.09.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/2015.01.09.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/2015.01.09.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>
|
|
|
|
|