|
|
@ -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.03.24/youtube-dl">2015.03.24</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl">2015.03.28</a> (<a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 2f30e127a71b8115d4d3ab49dbbea1bb</li>
|
|
|
|
<li><strong>MD5</strong>: aa8bdf4ce3b03d1759caf3fd25147326</li>
|
|
|
|
<li><strong>SHA1</strong>: 4e644ef17bb43a029b09a398d0ebb3d268b1da75</li>
|
|
|
|
<li><strong>SHA1</strong>: 25f36d45b966d7b746c4ecccdece5086c4bae7ad</li>
|
|
|
|
<li><strong>SHA256</strong>: 88f9a188d042fc200b4e79be8974acac8da5770d4d149a4bf807215cffc0d6d5</li>
|
|
|
|
<li><strong>SHA256</strong>: 00111483e34a031435a8986215461cd3a33a838bd877f366f22a94c21f80bd71</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl.exe.sig">sig</a> - 04b71f65411ab21540f0d2539704117c60099770c2f2cc9411b606627b9448b0)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl.exe.sig">sig</a> - 86afd0e403cfff4a6931028f228eb1b4a68158fd6ee2aab11676657621a0b6df)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz.sig">sig</a> - bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4)
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl-2015.03.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.03.28/youtube-dl-2015.03.28.tar.gz.sig">sig</a> - 4333a9e1f5c44a084cc4df6b24676bbc0a6847bce3cf8ebc03b294a97c7df1d1)
|
|
|
|
</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.03.24/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.03.28/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.03.24/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.03.28/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.03.24/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.03.28/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>
|
|
|
|