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 += '