From 9c164918dd736bf054c9af5b9774f1829a68351d Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Thu, 5 Jul 2018 21:40:07 +0200 Subject: [PATCH] =?UTF-8?q?Newpct1:=20Correcci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/newpct1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/newpct1.py b/plugin.video.alfa/channels/newpct1.py index 2cd5c281..7a726cb1 100644 --- a/plugin.video.alfa/channels/newpct1.py +++ b/plugin.video.alfa/channels/newpct1.py @@ -203,7 +203,7 @@ def listado(item): data = '' try: - data = re.sub(r"\n|\r|\t|\s{2}|()", "", httptools.downloadpage("item.url", timeout=timeout).data) + data = re.sub(r"\n|\r|\t|\s{2}|()", "", httptools.downloadpage(item.url, timeout=timeout).data) except: pass