|
@ -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.01.30.1/youtube-dl">2015.01.30.1</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl">2015.01.30.2</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: fc609bae157c4eece7ecacc723fc0361</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 50ed9836ec1351c923cdebd20b38acbe3d77fb76</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: d2c83c28a94d509ad6b49c963d2208539ee7575df92f747b3ee1ee1fbc85cec6</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: 16c719fe3467d44c718ae49a6945774b</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 97b4f55d838a6e2a926a5642f866b203614f7076</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.exe.sig">sig</a> - 001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz.sig">sig</a> - 334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe.sig">sig</a> - 02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz.sig">sig</a> - 95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503) |
|
|
</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.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.30.2/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.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.30.2/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.01.30.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.30.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> |
|
|
|
|
|
|
|
|
<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> |
|
|