Files
addon/servers/watchvideo.json
Alhaziel01 a8f24f5840 - Fix Ricerca globale
- Autoplay Blacklist separata dalla disattivazione server
2020-12-17 10:35:32 +01:00

45 lines
857 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "watchvideo.us/(?:embed-|)([A-z0-9]+)",
"url": "http://watchvideo.us/embed-\\1.html"
},
{
"pattern": "watchvideo17.us/(?:embed-|)([A-z0-9]+)",
"url": "http://watchvideo.us/embed-\\1.html"
}
]
},
"free": true,
"id": "watchvideo",
"name": "WatchVideo",
"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
}
]
}