Files
addon/servers/vcstream.json
2019-11-16 17:50:14 +01:00

47 lines
894 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "vcstream.to/(?:embed|f)/([A-z0-9]+)/([A-z0-9.]+)",
"url": "https://vcstream.to/embed/\\1/\\2"
},
{
"pattern": "https://vidcloud.co/v/([a-z0-9A-Z]+)",
"url": "https:\/\/vidcloud.co\/v\/\\1"
}
]
},
"free": true,
"id": "vcstream",
"name": "Vidcloud",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@60654",
"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
}
],
"thumbnail": "server_vidcloud.png"
}