From c2085d91af2ab87e83c0154873499de23cac7482 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Tue, 27 Feb 2018 08:57:02 -0500 Subject: [PATCH] =?UTF-8?q?gnula:=20cambio=20est=C3=A9tico=20en=20el=20c?= =?UTF-8?q?=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/gnula.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/gnula.py b/plugin.video.alfa/channels/gnula.py index 5836f0d2..c7af0191 100755 --- a/plugin.video.alfa/channels/gnula.py +++ b/plugin.video.alfa/channels/gnula.py @@ -131,7 +131,7 @@ def peliculas(item): def findvideos(item): - logger.info("item=" + item.tostring()) + logger.info() itemlist = [] data = httptools.downloadpage(item.url).data item.plot = scrapertools.find_single_match(data, '
(.*?)
')