|
|
@ -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.11.24/youtube-dl">2015.11.24</a> (<a href="https://yt-dl.org/downloads/2015.11.24/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl">2015.11.27.1</a> (<a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 97ef23c78d634b8c8afa5fdedb4f500d</li>
|
|
|
|
<li><strong>MD5</strong>: 1494dbd26fb0afe29795114179c38f66</li>
|
|
|
|
<li><strong>SHA1</strong>: 956731f2516fba04f72d50e218c5b41baa083742</li>
|
|
|
|
<li><strong>SHA1</strong>: dada0ddc1c4ee3eceda1a76bc200ec52bdd5f0e4</li>
|
|
|
|
<li><strong>SHA256</strong>: 66fb209804f95ee0670bca2818616c1f9f237fb4d087df66b6142a26acd93b0e</li>
|
|
|
|
<li><strong>SHA256</strong>: 4acfef77a5c01c9d353248a5387d25124f89a011388f8b13965b9940a1609bbb</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.11.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.24/youtube-dl.exe.sig">sig</a> - 7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.exe.sig">sig</a> - de5590fb0d60c62438a98f1ec06587704709802222e18a7fecb16ca761eedcf8)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.11.24/youtube-dl-2015.11.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.24/youtube-dl-2015.11.24.tar.gz.sig">sig</a> - cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1)
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl-2015.11.27.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.27.1/youtube-dl-2015.11.27.1.tar.gz.sig">sig</a> - 35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535)
|
|
|
|
</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.11.24/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+rx /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.11.24/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+rx /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.11.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.11.27.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>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|