(?P
\s*(?P([^<]+)<\/h3>')
if 'serie tv' not in check.lower(): return findvideos(item)
elif 'anime' in check.lower(): return findvideos(item)
patron = r'
([^<]+)<\/p>' matches = re.compile(patron, re.MULTILINE).findall(data) for url, title, year, thumb, quality in matches: infoLabels = {} infoLabels['year'] = year title = scrapertoolsV2.decodeHtmlentities(title) quality = scrapertoolsV2.decodeHtmlentities(quality) longtitle = title + support.typo(quality,'_ [] color kod') itemlist.append( Item(channel=item.channel, action=action, contentType=item.contentType, fulltitle=title, show=title, title=longtitle, url=url, thumbnail=thumb, infoLabels=infoLabels, args=item.args)) tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True) return itemlist @support.scrape def category(item): log() action = 'peliculas' blacklist = ['Serie TV Altadefinizione', 'HD AltaDefinizione', 'Al Cinema', 'Serie TV', 'Miniserie', 'Programmi Tv', 'Live', 'Trailers', 'Serie TV Aggiornate', 'Aggiornamenti', 'Featured', 'Ultimi Film Aggiornati'] patron = r'
\s*(?P (?P \s*(?P[^"]+)"[^>]+><\/a><[^>]+>
([^<]+)<\/h3>')
if 'serie tv' not in check.lower(): return findvideos(item)
elif 'anime' in check.lower(): return findvideos(item)
patron = r'