Files
addon/plugin.video.alfa/servers/clipwatching.json
2018-05-23 11:30:25 -05:00

43 lines
864 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "clipwatching.com/(.*?.html)",
"url": "http://clipwatching.com/\\1"
}
]
},
"free": true,
"id": "clipwatching",
"name": "clipwatching",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "Incluir en lista negra",
"type": "bool",
"visible": true
},
{
"default": 0,
"enabled": true,
"id": "favorites_servers_list",
"label": "Incluir en lista de favoritos",
"lvalues": [
"No",
"1",
"2",
"3",
"4",
"5"
],
"type": "list",
"visible": false
}
],
"thumbnail": "https://s17.postimg.cc/e6kcan0vj/clipwatching1.png"
}