From 46646e09d157b7701ad9b1683bda9c3d24091c7e Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Fri, 17 Nov 2017 15:42:38 -0500 Subject: [PATCH] conector datoporn: fix --- plugin.video.alfa/servers/datoporn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/servers/datoporn.json b/plugin.video.alfa/servers/datoporn.json index b72b3f96..30df1f6d 100755 --- a/plugin.video.alfa/servers/datoporn.json +++ b/plugin.video.alfa/servers/datoporn.json @@ -4,7 +4,7 @@ "ignore_urls": [], "patterns": [ { - "pattern": "(?:datoporn.com|dato.porn)/(?:embed-|)([A-z0-9]+)", + "pattern": "(?:datoporn.com|dato.porn|datoporn.co)/(?:embed-|)([A-z0-9]+)", "url": "http://dato.porn/embed-\\1.html" } ] @@ -39,4 +39,4 @@ } ], "thumbnail": "http://i.imgur.com/tBSWudd.png?1" -} \ No newline at end of file +}