Files
addon/servers/supervideo.json
2025-01-16 00:40:16 +01:00

30 lines
581 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "supervideo.tv/embed-([a-z0-9]{12}).html",
"url": "https://supervideo.cc/e/\\1"
},
{
"pattern": "supervideo\\.[a-z0-9]+/(?:e/)?([a-z0-9]{12})",
"url": "https://supervideo.cc/e/\\1"
}
]
},
"free": true,
"id": "supervideo",
"name": "SuperVideo",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}