From 241e644dcfc982cb5e73054291caea3145f3a937 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 30 Oct 2017 15:02:57 -0300 Subject: [PATCH] Correcciones --- plugin.video.alfa/channels/descargasmix.py | 2 +- plugin.video.alfa/channels/pelisplus.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/descargasmix.py b/plugin.video.alfa/channels/descargasmix.py index 5a3fe737..cc49d16a 100644 --- a/plugin.video.alfa/channels/descargasmix.py +++ b/plugin.video.alfa/channels/descargasmix.py @@ -302,7 +302,7 @@ def epienlaces(item): def findvideos(item): logger.info() - if (item.extra and item.extra != "findvideos") or item.path: + if item.contentSeason!='': return epienlaces(item) itemlist = [] diff --git a/plugin.video.alfa/channels/pelisplus.py b/plugin.video.alfa/channels/pelisplus.py index 430ee381..6883f008 100644 --- a/plugin.video.alfa/channels/pelisplus.py +++ b/plugin.video.alfa/channels/pelisplus.py @@ -434,7 +434,6 @@ def get_vip(url): if 'plus'in item: id, tipo, lang= scrapertools.find_single_match(item,'plus\/(\d+)\/.*?=(\d+).*?=(.*)') new_url = 'https://www.elreyxhd.com/pelisplus.php?id=%s&tipo=%s&idioma=%s' % (id, tipo, lang) - data=httptools.downloadpage(new_url, follow_redirects=False).headers else: id = scrapertools.find_single_match(item,'episodes\/(\d+)') new_url = 'https://www.elreyxhd.com/samir.php?id=%s&tipo=capitulo&idioma=latino&x=&sv=' % id