From 46b87fe9553f583de12efeb81df89c4c75d3973a Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 18 Apr 2018 17:30:24 -0500 Subject: [PATCH] downace: actualizado test_video_exists --- plugin.video.alfa/servers/downace.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.alfa/servers/downace.py b/plugin.video.alfa/servers/downace.py index c3f81e18..7c649414 100644 --- a/plugin.video.alfa/servers/downace.py +++ b/plugin.video.alfa/servers/downace.py @@ -12,6 +12,8 @@ def test_video_exists(page_url): return False, "[Downace] El video ha sido borrado" if "please+try+again+later." in data: return False, "[Downace] Error de downace, no se puede generar el enlace al video" + if "File has been removed due to inactivity" in data: + return False, "[Downace] El archivo ha sido removido por inactividad" return True, ""