Files
addon/servers/clipwatching.json
marco f4e9f29f40 KoD 0.6
-Nuova ricerca globale
-migliorie prestazionali in generale
-fix vari ai server
2019-12-20 22:32:38 +01:00

43 lines
799 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "clipwatching.com/((?:embed-)?[a-zA-Z0-9./_\\-\\[\\]\\(\\)]+).html",
"url": "http://clipwatching.com/\\1.html"
}
]
},
"free": true,
"id": "clipwatching",
"name": "ClipWatching",
"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_clipwatching.png"
}