From 89bbb64de7db18c463a89f19c994a94df0f6fe7b Mon Sep 17 00:00:00 2001 From: chivmalev Date: Thu, 14 Mar 2019 18:33:41 -0300 Subject: [PATCH] maxipelis24:correcciones --- plugin.video.alfa/channels/maxipelis24.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/maxipelis24.py b/plugin.video.alfa/channels/maxipelis24.py index 431a86bf..9be8e64e 100644 --- a/plugin.video.alfa/channels/maxipelis24.py +++ b/plugin.video.alfa/channels/maxipelis24.py @@ -14,7 +14,7 @@ from channelselector import get_thumb host = "https://maxipelis24.tv" -IDIOMAS = {'Latino': 'Latino', 'Subtitulado': 'VOSE', 'Español': 'CAST', 'Castellano':'CAST'} +IDIOMAS = {'Latino': 'Latino', 'Sub':'VOSE', 'Subtitulado': 'VOSE', 'Español': 'CAST', 'Castellano':'CAST'} list_language = IDIOMAS.values() list_quality = [] list_servers = ['rapidvideo', 'vidoza', 'openload', 'streamango', 'okru'] @@ -117,7 +117,7 @@ def findvideos(item): matches = re.compile(patron, re.DOTALL).findall(data) for ot, link in matches: data1 = scrapertools.find_single_match(data, '') - patron = 'li>.*?href="#div%s.*?>.*?([^\s]+)' % ot + patron = 'li>.*?href="#div%s.*?>.*?([^<|\s]+)' % ot matches1 = re.compile(patron, re.DOTALL).findall(data1) for lang in matches1: if "VIP" in lang: