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.

74 lines
3.0 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>Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called <em>Save Target As</em> or <em>Save Link As</em>, depending on the web browser you are using.</p>
  14. <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>
  15. <h2><a href="@PROGRAM_URL@">@PROGRAM_VERSION@</a> (<a href="@PROGRAM_URL@.sig">sig</a>)</h2>
  16. <ul>
  17. <li><strong>MD5</strong>: @PROGRAM_MD5SUM@</li>
  18. <li><strong>SHA1</strong>: @PROGRAM_SHA1SUM@</li>
  19. <li><strong>SHA256</strong>: @PROGRAM_SHA256SUM@</li>
  20. </ul>
  21. <p>
  22. <a href="@EXE_URL@">Windows exe</a> (<a href="@EXE_URL@.sig">sig</a> - @EXE_SHA256SUM@)<br>
  23. <a href="@TAR_URL@">Full source + docs + binary tarball</a> (<a href="@TAR_URL@.sig">sig</a> - @TAR_SHA256SUM@)
  24. </p>
  25. <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
  26. <code class="commands">sudo curl @PROGRAM_URL@ -o /usr/local/bin/youtube-dl<br/>
  27. sudo chmod a+x /usr/local/bin/youtube-dl</code>
  28. </p>
  29. <p>If you do not have curl, you can alternatively use a recent wget:
  30. <code class="commands">sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl<br/>
  31. sudo chmod a+x /usr/local/bin/youtube-dl</code>
  32. </p>
  33. <p>You can also use pip:
  34. <code class="commands">sudo pip install --upgrade youtube_dl</code>
  35. </p>
  36. <p>
  37. This command will update youtube-dl if you have already installed it.
  38. See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
  39. </p>
  40. <p>To check the signature, type:
  41. <code class="commands">sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
  42. </p>
  43. <p>The following GPG keys will be used to sign the binaries and the git tags:</p>
  44. <ul>
  45. <li><strong>4096R/A4826A18</strong> Philipp Hagemeister <code>Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18</code></li>
  46. <li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code></li>
  47. </ul>
  48. <p>Older releases are also signed with one of:
  49. <ul>
  50. <li><strong>1024D/FAFB085C</strong> Philipp Hagemeister <code>Key fingerprint = 0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C</code> (until 2013-06-01)</li>
  51. </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="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
  57. Copyright © 2006-2013 Ricardo Garcia Gonzalez</div>
  58. </body>
  59. </html>