summaryrefslogtreecommitdiff
path: root/download.html
blob: cc9feec45e9f4a3f40fc1d9ff6543a19cc0a75b2 (plain)
    1 <!DOCTYPE html>
    2 <html>
    3 <head>
    4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
    5 <title>youtube-dl: Download Page</title>
    6 <link rel="stylesheet" href="style.css" type="text/css">
    7 </head>
    8 <body>
    9 
   10 <table class="heading"><tr>
   11 	<td class="title"><a href="index.html">youtube-dl</a></td>
   12 	<td class="subtitle">Download Page</td>
   13 </tr></table>
   14 
   15 <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 except for Windows exe.</p>
   16 
   17 <p><a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
   18 
   19 <h2><a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl">2021.03.31</a> (<a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl.sig">sig</a>)</h2>
   20 
   21 <p><strong>SHA256</strong>: ffb589ad50c4d51ddffda9266489f02d980639e37c6016f608153e08883dce50</p>
   22 
   23 <p>
   24 	<a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl.exe.sig">sig</a> - SHA256 bd11b1224609a7ddb42ae9248756c3a0a6a29940aa797feb21a73c4544ef48a8)<br>
   25 	<a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl-2021.03.31.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2021.03.31/youtube-dl-2021.03.31.tar.gz.sig">sig</a> - SHA256 f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb)
   26 </p>
   27 
   28 <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
   29 <code class="commands">sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl<br/>
   30 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
   31 </p>
   32 
   33 <p>If you do not have curl, you can alternatively use a recent wget:
   34 
   35 <code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl<br/>
   36 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
   37 </p>
   38 
   39 <p>You can also use pip:
   40 <code class="commands">sudo pip install --upgrade youtube_dl</code>
   41 </p>
   42 <p>
   43 This command will update youtube-dl if you have already installed it.
   44 See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
   45 </p>
   46 
   47 <p>You can use Homebrew if you have it:
   48 <code class="commands">brew install youtube-dl</code>
   49 </p>
   50 
   51 <p>To check the signature, type:
   52 <code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
   53 </p>
   54 
   55 <p>The following GPG keys will be used to sign the binaries and the git tags:</p>
   56 <ul>
   57 <li>Sergey M. <code class="fingerprint"><a href="https://dstftw.github.io/keys/18A9236D.asc">ED7F 5BF4 6B3B BED8 1C87  368E 2C39 3E0F 18A9 236D</a></code></li>
   58 </ul>
   59 
   60 <p>Older releases are also signed with one of:
   61 
   62 <ul>
   63 <li>Philipp Hagemeister <code class="fingerprint"><a href="https://phihag.de/keys/A4826A18.asc">7D33 D762 FD6C 3513 0481  347F DB4B 54CB A482 6A18</a></code> (until 2016-05-30)</li>
   64 <li>Philipp Hagemeister <code class="fingerprint">0600 E1DB 6FB5 3A5D 95D8  FC0D F5EA B582 FAFB 085C</code> (until 2013-06-01)</li>
   65 </li>
   66 <li>Filippo Valsorda <code class="fingerprint">428D F5D6 3EF0 7494 BB45  5AC0 EBF0 1804 BCF0 5F6B</code> (until 2014)</li>
   67 </p>
   68 
   69 <div class="note">
   70 <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
   71 <img alt="Creative Commons License" style="border-width:0"
   72 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
   73 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
   74 Copyright © 2011-2021 youtube-dl developers
   75 </div>
   76 </body>
   77 </html>

Generated by cgit