From b746cf65db16d8d7ac253481be90b644674c34f2 Mon Sep 17 00:00:00 2001 From: pipcat Date: Sun, 8 Apr 2018 13:40:21 +0200 Subject: [PATCH] Bug en normalizar_url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AƱadido prefijo servertools. --- plugin.video.alfa/channels/cinefox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/cinefox.py b/plugin.video.alfa/channels/cinefox.py index b6a67f85..264afbd2 100644 --- a/plugin.video.alfa/channels/cinefox.py +++ b/plugin.video.alfa/channels/cinefox.py @@ -700,7 +700,7 @@ def normalizar_url(url, server): # Excepciones copiadas de la funcion play url = url.replace("http://miracine.tv/n/?etu=", "http://hqq.tv/player/embed_player.php?vid=") url = url.replace("streamcloud.eu/embed-", "streamcloud.eu/") - enlaces = findvideosbyserver(url, server)[0] + enlaces = servertools.findvideosbyserver(url, server)[0] if enlaces[1] != '': return enlaces[1] return url