|
|
|
@ -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.3+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl">2013.12.16.3</a> (<a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl">2013.12.16.4</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 8d4d9ac0b9aa31f3d7223680884b9c7d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 29d88eda70a0a339f041dce780f6ac5522b58086</li>
|
|
|
|
|
<li><strong>SHA256</strong>: e2e6a8ace9e3b93483bf75a80c11d53280dea416fc86c73994bca7b55617c8f8</li>
|
|
|
|
|
<li><strong>MD5</strong>: 0ad873a17528190bb7477b80f37e0864</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 2db39c4ee2d89faef821aca6b644f305b78e9421</li>
|
|
|
|
|
<li><strong>SHA256</strong>: c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.exe.sig">sig</a> - 3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz.sig">sig</a> - 6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe.sig">sig</a> - 3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz.sig">sig</a> - ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2)
|
|
|
|
|
</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/2013.12.16.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.16.4/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/2013.12.16.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.16.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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/2013.12.16.3/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/2013.12.16.4/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>
|
|
|
|
|