<.*?>Ver ([^<]+)<\/A><\/li>'
-
- matches = re.compile(patron, re.DOTALL).findall(data)
-
- for scrapedurl, scrapedtitle in matches:
- url = urlparse.urljoin(item.url, scrapedurl)
- data = httptools.downloadpage(scrapedurl).data
- thumbnail = scrapertools.get_match(data, '')
- realplot = scrapertools.find_single_match(data, '\/><\/a>([^*]+)<\/p>.*')
- plot = scrapertools.remove_htmltags(realplot)
- plot = ""
- title = scrapedtitle.replace('online', '')
- title = scrapertools.decodeHtmlentities(title)
- fanart = item.fanart
- itemlist.append(
- Item(channel=item.channel,
- action="idioma",
- title=title,
- url=url,
- thumbnail=thumbnail,
- plot=plot,
- fanart=fanart,
- contentSerieName=title,
- context=autoplay.context
- ))
-
- return itemlist
-
-
-def temporadas(item):
- logger.info()
-
- itemlist = []
- templist = []
- data = httptools.downloadpage(item.url).data
- data = data.replace ('"',"'")
- realplot = ''
- patron = "