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 = []