From de267299e768f4a125259a4cdf1016de1792a8d2 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Thu, 23 Nov 2017 09:44:51 -0500 Subject: [PATCH] =?UTF-8?q?yaske:=20optimizado=20lista=20de=20pel=C3=ADcul?= =?UTF-8?q?as?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/yaske.py | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/plugin.video.alfa/channels/yaske.py b/plugin.video.alfa/channels/yaske.py index 3ae191b6..1eda1fab 100644 --- a/plugin.video.alfa/channels/yaske.py +++ b/plugin.video.alfa/channels/yaske.py @@ -99,14 +99,12 @@ def peliculas(item): data = httptools.downloadpage(item.url).data data = re.sub(r"\n|\r|\t|\s{2}| ", "", data) - - patron = 'class="post-item-image btn-play-item".*?' + patron = '(?s)class="post-item-image btn-play-item".*?' patron += 'href="([^"]+)">.*?' patron += '