Correcciones

This commit is contained in:
Unknown
2017-10-30 15:02:57 -03:00
parent 1747c9795d
commit 241e644dcf
2 changed files with 1 additions and 2 deletions

View File

@@ -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 = []

View File

@@ -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