From 6bede726f8f3d5bc8ed4da352aa533f021bf960f Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Mon, 20 Nov 2017 10:25:31 -0500 Subject: [PATCH] gvideo: fix --- plugin.video.alfa/servers/gvideo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.video.alfa/servers/gvideo.json b/plugin.video.alfa/servers/gvideo.json index 4ca0b752..25d10bd8 100644 --- a/plugin.video.alfa/servers/gvideo.json +++ b/plugin.video.alfa/servers/gvideo.json @@ -7,6 +7,10 @@ "pattern": "(?s)https://youtube.googleapis.com.*?docid=([0-9a-zA-Z-_]+)", "url": "http://docs.google.com/get_video_info?docid=\\1" }, + { + "pattern": "(?s)http://docs.google.com/get_video_info.*?docid=([0-9a-zA-Z-_]+)", + "url": "http://docs.google.com/get_video_info?docid=\\1" + }, { "pattern": "(?s)https://(?:docs|drive).google.com/file/d/([^/]+)/preview", "url": "http://docs.google.com/get_video_info?docid=\\1"