mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
28 lines
809 B
HTML
28 lines
809 B
HTML
<!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="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
|
|
Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
|
|
Copyright © 2011-2020 youtube-dl developers
|
|
</div>
|
|
</body>
|
|
</html>
|