From c949b2780a5449d58956cbc2a164ab8ff0b24cc9 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 18 Apr 2018 17:28:17 -0500 Subject: [PATCH] vidlox: updated pattern --- plugin.video.alfa/servers/vidlox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/vidlox.json b/plugin.video.alfa/servers/vidlox.json index da5f5c58..73a2ae0a 100644 --- a/plugin.video.alfa/servers/vidlox.json +++ b/plugin.video.alfa/servers/vidlox.json @@ -4,7 +4,7 @@ "ignore_urls": [], "patterns": [ { - "pattern": "(https://vidlox.(?:tv|me)/embed-.*?.html)", + "pattern": "(?i)(https://vidlox.(?:tv|me)/embed-.*?.html)", "url": "\\1" } ]