From 0dd8d14c0506cc802a45fc1d1a1b656321ea8ce9 Mon Sep 17 00:00:00 2001 From: Intel1 Date: Sat, 25 Aug 2018 12:25:27 -0500 Subject: [PATCH 1/2] fix varios allcalidad: fix findvideos asialiveaction: fix enlaces + autoplay cuelgame: desactivado, web con muchas cosas que no son solo videos jkanime: fix cambios en la web pedropolis: cambio de dominio + autoplay vidup: fix --- plugin.video.alfa/channels/allcalidad.py | 11 +- plugin.video.alfa/channels/asialiveaction.py | 81 +++---- plugin.video.alfa/channels/cuelgame.json | 2 +- plugin.video.alfa/channels/jkanime.py | 228 ++++++------------- plugin.video.alfa/channels/pedropolis.json | 20 ++ plugin.video.alfa/channels/pedropolis.py | 193 +++++----------- plugin.video.alfa/servers/vidup.py | 24 +- 7 files changed, 195 insertions(+), 364 deletions(-) diff --git a/plugin.video.alfa/channels/allcalidad.py b/plugin.video.alfa/channels/allcalidad.py index 7a84ae36..92b3fe6a 100755 --- a/plugin.video.alfa/channels/allcalidad.py +++ b/plugin.video.alfa/channels/allcalidad.py @@ -142,10 +142,13 @@ def findvideos(item): contentTitle = scrapertools.find_single_match(data, 'orig_title.*?>([^<]+)<').strip() if contentTitle != "": item.contentTitle = contentTitle - patron = '(?s)fmi(.*?)thead' - bloque = scrapertools.find_single_match(data, patron) - match = scrapertools.find_multiple_matches(bloque, '(?is)(?:iframe|script) .*?src="([^"]+)') - for url in match: + bloque = scrapertools.find_single_match(data, '(?s)
(.*?)