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.

26 lines
756 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
  5. <title>youtube-dl: Supported sites</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">Supported sites</td>
  12. </tr></table>
  13. <p>Here's is the list of all the supported sites, ordered alphabetically:</p>
  14. <ul>
  15. @SITES@
  16. </ul>
  17. <div class="note">
  18. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
  19. <img alt="Creative Commons License" style="border-width:0"
  20. src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
  21. Copyright © 2006-2013 Ricardo Garcia Gonzalez</div>
  22. </body>
  23. </html>