Fix Server ClipWatching

This commit is contained in:
Alhaziel
2019-11-13 11:37:51 +01:00
parent 04e0013780
commit 6cb3683875
2 changed files with 14 additions and 13 deletions
+3 -7
View File
@@ -4,18 +4,14 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "clipwatching.com/(e.*?.html)",
"url": "http://clipwatching.com/\\1"
},
{
"pattern": "clipwatching.com/(\\w+)",
"pattern": "clipwatching.com/(?:embed-)?([a-zA-Z0-9]+).html",
"url": "http://clipwatching.com/embed-\\1.html"
}
]
},
"free": true,
"id": "clipwatching",
"name": "clipwatching",
"name": "ClipWatching",
"settings": [
{
"default": false,
@@ -42,5 +38,5 @@
"visible": false
}
],
"thumbnail": "https://s17.postimg.cc/e6kcan0vj/clipwatching1.png"
"thumbnail": "server_clipwatching.png"
}