You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.7 KiB

  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. <table class="heading"><tr>
  10. <td class="title"><a href="index.html">youtube-dl</a></td>
  11. <td class="subtitle">Download Page</td>
  12. </tr></table>
  13. <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>
  14. <p><a href="https://yt-dl.org/downloads/2020.02.16/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>
  15. <h2><a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl">2020.02.16</a> (<a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl.sig">sig</a>)</h2>
  16. <p><strong>SHA256</strong>: 3332c3fc814a4b6cac03d369f6fb95b8b3688ac81a9d1b95f1c800da9f8ecdfa</p>
  17. <p>
  18. <a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl.exe.sig">sig</a> - SHA256 63a1a11cb7f78dd1aab0d16ba4c257f56683f07b15e1822dc8127cc867f4494e)<br>
  19. <a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl-2020.02.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.02.16/youtube-dl-2020.02.16.tar.gz.sig">sig</a> - SHA256 abcd19c109125a69915c6ad70fcc6b02411a64427fbb7b91a6b37217dfb9e0c6)
  20. </p>
  21. <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
  22. <code class="commands">sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl<br/>
  23. sudo chmod a+rx /usr/local/bin/youtube-dl</code>
  24. </p>
  25. <p>If you do not have curl, you can alternatively use a recent wget:
  26. <code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl<br/>
  27. sudo chmod a+rx /usr/local/bin/youtube-dl</code>
  28. </p>
  29. <p>You can also use pip:
  30. <code class="commands">sudo pip install --upgrade youtube_dl</code>
  31. </p>
  32. <p>
  33. This command will update youtube-dl if you have already installed it.
  34. See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
  35. </p>
  36. <p>You can use Homebrew if you have it:
  37. <code class="commands">brew install youtube-dl</code>
  38. </p>
  39. <p>To check the signature, type:
  40. <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>
  41. </p>
  42. <p>The following GPG keys will be used to sign the binaries and the git tags:</p>
  43. <ul>
  44. <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></li>
  45. <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>
  46. </ul>
  47. <p>Older releases are also signed with one of:
  48. <ul>
  49. <li>Philipp Hagemeister <code class="fingerprint">0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C</code> (until 2013-06-01)</li>
  50. </li>
  51. <li>Filippo Valsorda <code class="fingerprint">428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code> (until 2014)</li>
  52. </p>
  53. <div class="note">
  54. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
  55. <img alt="Creative Commons License" style="border-width:0"
  56. src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
  57. Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
  58. Copyright © 2011-2020 youtube-dl developers
  59. </div>
  60. </body>
  61. </html>