From 0037795ba578e59a316384ddadf8b670d0619b38 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Tue, 26 Sep 2017 09:01:54 -0500 Subject: [PATCH] Update playmax.py --- plugin.video.alfa/channels/playmax.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugin.video.alfa/channels/playmax.py b/plugin.video.alfa/channels/playmax.py index 9b79bc37..b1eed9fc 100644 --- a/plugin.video.alfa/channels/playmax.py +++ b/plugin.video.alfa/channels/playmax.py @@ -302,17 +302,16 @@ def fichas(item): # data = re.sub(r"\n|\r|\t|\s{2}|-\s", "", data) fichas_marca = {'1': 'Siguiendo', '2': 'Pendiente', '3': 'Favorita', '4': 'Vista', '5': 'Abandonada'} - patron = '
]*>[^<]*<[^>]+href="\.([^"]+)".*?src-data="\.([^"]+)".*?' \ - '
(?:
([^<]+)
|)([^<]+)
' + patron = '(?s)
]*>[^<]*<[^>]+href="\.([^"]+)".*?' + patron += 'src-data="([^"]+)".*?' + patron += '