From b4b70264987932a89f24b76b86714bccefba7d51 Mon Sep 17 00:00:00 2001 From: l1231669 Date: Sun, 27 Aug 2017 22:56:00 +0200 Subject: [PATCH] Remove log --- plugin.video.alfa/channels/yespornplease.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin.video.alfa/channels/yespornplease.py b/plugin.video.alfa/channels/yespornplease.py index 1385dd12..015bf1d1 100644 --- a/plugin.video.alfa/channels/yespornplease.py +++ b/plugin.video.alfa/channels/yespornplease.py @@ -65,8 +65,6 @@ def links(item): logger.info() data = httptools.downloadpage(item.url).data - logger.info(data) - reExpr = "[^'\"]+)[^>]+title[^'\"]*['\"](?P[^\"]+)[^>]+id[^'\"]*['\"](?P<id>[^'\"]+)[^>]*>(?:[^<]*<[^>]+>(?P<quality>[^<]+)<)?[^<]*<[^>]*duration[^>]*>(?P<duration>[^<]+)" reResults = re.findall(reExpr, data, re.MULTILINE | re.DOTALL) result = []