Full list of supported sites
This commit is contained in:
parent
37c8ecb97d
commit
6513cca8d7
3 changed files with 47 additions and 2 deletions
28
static/supported/index.html
Normal file
28
static/supported/index.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<title>Supported Sites</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Supported Sites <p>(INCLUDES NSFW)</p>
|
||||
<hr>
|
||||
</h1>
|
||||
|
||||
<p>Univerter was designed for youtube, but if you need something different please consult <a target="_blank" href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md">this list</a> to see if your site is there. Be warned, though, they are all untested, so please report issues you encounter!</p>
|
||||
<p>Tested and actively supported sites include:</p>
|
||||
<ul>
|
||||
<li>Youtube</li>
|
||||
<li>Twitter</li>
|
||||
<li>TikTok</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue