From 30e32ac133c2237927cbe37b79a92b0ef0e7cae4 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:37:21 -0500 Subject: [PATCH] gamovideo: test_video --- plugin.video.alfa/servers/gamovideo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/gamovideo.py b/plugin.video.alfa/servers/gamovideo.py index cd7a1307..cbb32783 100755 --- a/plugin.video.alfa/servers/gamovideo.py +++ b/plugin.video.alfa/servers/gamovideo.py @@ -18,7 +18,8 @@ def test_video_exists(page_url): return False, "[Gamovideo] El archivo no existe o ha sido borrado" if "Video is processing now" in data: return False, "[Gamovideo] El video está procesándose en estos momentos. Inténtelo mas tarde." - + if "File is awaiting for moderation" in data: + return False, "[Gamovideo] El video está esperando por moderación." return True, ""