diff --git a/plugin.video.alfa/servers/vshare.json b/plugin.video.alfa/servers/vshare.json index 04faa1bb..8752af78 100644 --- a/plugin.video.alfa/servers/vshare.json +++ b/plugin.video.alfa/servers/vshare.json @@ -3,8 +3,8 @@ "find_videos": { "patterns": [ { - "pattern": "(http://vshare.io/v/[\\w]+[^\"']*)[\"']", - "url": "\\1" + "pattern": "(vshare.io/v/[a-zA-Z0-9/-]+)", + "url": "http://\\1" } ] },