|
|
|
@ -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/2014.12.12.1/youtube-dl">2014.12.12.1</a> (<a href="https://yt-dl.org/downloads/2014.12.12.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl">2014.12.12.2</a> (<a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 68c32e922efe668fae1b5276a5b9c642</li>
|
|
|
|
|
<li><strong>SHA1</strong>: f3989346f47a638f428ec889d1e5c96e1a88669c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 7e2b5bd3c30e46458ec40292094e17d1a8ee58fd6884d5082d51767ec81be535</li>
|
|
|
|
|
<li><strong>MD5</strong>: d0816c9ba1376a7732d111b7ad14127b</li>
|
|
|
|
|
<li><strong>SHA1</strong>: c42c523002090fe4de8c1d0cd164f6fe3d4b71d5</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 90026c7cc9d1a863d6842d503683a6d813c76c01c483f6981d1154c93d2e0310</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.12.1/youtube-dl.exe.sig">sig</a> - fed2f2070e39a5bf72cda4703b9531dadfbf7eecee419cc759c6082d3145135c)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.1/youtube-dl-2014.12.12.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.12.1/youtube-dl-2014.12.12.1.tar.gz.sig">sig</a> - 125875255ced92cc079d6b29ea9e97dc2907a8ed866c3e631b413838e3ac1de6)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl.exe.sig">sig</a> - b4d8034088a0ec4743c55198be54bf68fa2409ff584d99785e5da27922eda7cb)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl-2014.12.12.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.12.2/youtube-dl-2014.12.12.2.tar.gz.sig">sig</a> - 58038f47f0b741548ed3752b2bd295af5112a555fe2cd541e67ba1ba0e108377)
|
|
|
|
|
</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/2014.12.12.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.12.2/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/2014.12.12.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.12.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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/2014.12.12.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/2014.12.12.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|