Files
addon/servers/vidtome.json
2021-05-30 20:46:02 +02:00

45 lines
930 B
JSON

{
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "https?://vidtome.host/(?!api)(?:embed-)?([A-z0-9]+)",
"url": "http://vidtome.host/\\1.html"
},
{
"pattern": "https?://vidtome.host/api/fastredirect/streaming\\.php\\?file_real=([A-z0-9]+)",
"url": "http://vidtome.host/api/fastredirect/streaming.php?file_real=\\1"
}
]
},
"free": true,
"id": "vidtome",
"name": "Vidto.me",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
},
{
"default": 0,
"enabled": true,
"id": "favorites_servers_list",
"label": "@60655",
"lvalues": [
"No",
"1",
"2",
"3",
"4",
"5"
],
"type": "list",
"visible": false
}
]
}