|
|
@ -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/2016.03.01/youtube-dl">2016.03.01</a> (<a href="https://yt-dl.org/downloads/2016.03.01/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl">2016.03.06</a> (<a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 73ca6fc4e313a9d6e1d918cf0fbefa84</li>
|
|
|
|
<li><strong>MD5</strong>: 56f88efd91d16574659f3126e9d980e2</li>
|
|
|
|
<li><strong>SHA1</strong>: a61c1836ae3337dce0af3ed6f3e44860cdcae37a</li>
|
|
|
|
<li><strong>SHA1</strong>: 165ddee978d702eac6a5e3cd96d3a52c4024ac07</li>
|
|
|
|
<li><strong>SHA256</strong>: c1053e24cb7091754a93988cc11531ab53ac5e9acc8dce8b56476d1d7bba8e22</li>
|
|
|
|
<li><strong>SHA256</strong>: bbb8666fe4719ac5dda9a6dbdc8c8bc77220c7fa4ab75741952de8d988d9dc71</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.01/youtube-dl.exe.sig">sig</a> - a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl.exe.sig">sig</a> - 32d714da63287644a2fd73456ca92d10bf46fc9ee70436ecf411e4137b6a366d)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.01/youtube-dl-2016.03.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.01/youtube-dl-2016.03.01.tar.gz.sig">sig</a> - fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70)
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl-2016.03.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.06/youtube-dl-2016.03.06.tar.gz.sig">sig</a> - 71a17b942e2418312cd5a4460824242925f52f20e112048fd26cbddc169827d1)
|
|
|
|
</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/2016.03.01/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.03.06/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/2016.03.01/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.06/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/2016.03.01/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/2016.03.06/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>
|
|
|
|