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.

34 lines
1.4 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
  6. <title>youtube-dl: Download Page</title>
  7. <link rel="stylesheet" href="style.css" type="text/css">
  8. </head>
  9. <body>
  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. <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>
  15. <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 5) to work.</p>
  16. <h2><a href="@PROGRAM_URL@">@PROGRAM_VERSION@</a></h2>
  17. <ul>
  18. <li><strong>MD5</strong>: @PROGRAM_MD5SUM@</li>
  19. <li><strong>SHA1</strong>: @PROGRAM_SHA1SUM@</li>
  20. <li><strong>SHA256</strong>: @PROGRAM_SHA256SUM@</li>
  21. </ul>
  22. <div class="note">
  23. <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
  24. <img alt="Creative Commons License" style="border-width:0"
  25. src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a><br />
  26. Copyright © 2006-2011 Ricardo Garcia Gonzalez</div>
  27. </body>
  28. </html>