mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-16 05:27:46 +00:00
Added the template for the supported sites and the generated page.
Link to that page in documentation.html
This commit is contained in:
26
supportedsites.html.in
Normal file
26
supportedsites.html.in
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||
<title>youtube-dl: Supported sites</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="heading"><tr>
|
||||
<td class="title"><a href="index.html">youtube-dl</a></td>
|
||||
<td class="subtitle">Supported sites</td>
|
||||
</tr></table>
|
||||
|
||||
<p>Here's is the list of all the supported sites, ordered alphabetically:</p>
|
||||
<ul>
|
||||
@SITES@
|
||||
</ul>
|
||||
|
||||
<div class="note">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
|
||||
<img alt="Creative Commons License" style="border-width:0"
|
||||
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
|
||||
Copyright © 2006-2013 Ricardo Garcia Gonzalez</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user