From 0cb8dccd8cda01ea4739292010af418656da28a3 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 23 May 2018 11:30:25 -0500 Subject: [PATCH] clipwatching: pattern updated --- plugin.video.alfa/servers/clipwatching.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/servers/clipwatching.json b/plugin.video.alfa/servers/clipwatching.json index 8343f4a6..2f1ac627 100644 --- a/plugin.video.alfa/servers/clipwatching.json +++ b/plugin.video.alfa/servers/clipwatching.json @@ -4,8 +4,8 @@ "ignore_urls": [], "patterns": [ { - "pattern": "clipwatching.com/(\\w+)", - "url": "http://clipwatching.com/\\1.html" + "pattern": "clipwatching.com/(.*?.html)", + "url": "http://clipwatching.com/\\1" } ] },