clipwatching: pattern updated

This commit is contained in:
Intel1
2018-05-23 11:30:25 -05:00
committed by GitHub
parent 88d55658f1
commit 0cb8dccd8c
+2 -2
View File
@@ -4,8 +4,8 @@
"ignore_urls": [], "ignore_urls": [],
"patterns": [ "patterns": [
{ {
"pattern": "clipwatching.com/(\\w+)", "pattern": "clipwatching.com/(.*?.html)",
"url": "http://clipwatching.com/\\1.html" "url": "http://clipwatching.com/\\1"
} }
] ]
}, },