([^<]+)')
- itemlist.append(Item(channel=item.channel, action='findvideos', title=scrapedtitle, url=scrapedurl,
- thumbnail=scrapedthumbnail, plot=dataplot, contentTitle=scrapedtitle, extra=item.extra))
+ patron = '(.*?)<.*?span>(.*?)<.*? (.*?)<'
+ matches = re.compile(patron, re.DOTALL).findall(listado)
+
+ for scrapedurl, scrapedthumbnail, scrapedtitle, year, plot in matches:
+ itemlist.append(Item(channel=item.channel, action='findvideos', title=scrapedtitle, url=scrapedurl,
+ thumbnail=scrapedthumbnail, plot=plot, contentTitle=scrapedtitle, extra=item.extra,
+ infoLabels ={'year':year}))
+
+ tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
# Paginacion
if itemlist != []:
patron = '
", "", data)
listado1 = scrapertools.find_single_match(data,
'