Update asialiveaction.py

This commit is contained in:
Alfa
2019-04-10 16:52:10 -05:00
committed by GitHub
parent 577ef71edd
commit 4ae99fc44c
+1 -1
View File
@@ -158,7 +158,7 @@ def lista(item):
else: else:
new_item.contentTitle = scrapedtitle new_item.contentTitle = scrapedtitle
new_item.action = 'findvideos' new_item.action = 'findvideos'
itemlist.append(new_item) itemlist.append(new_item)
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True) tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
#pagination #pagination
url_next_page = scrapertools.find_single_match(data, 'rel="next" href="([^"]+)"') url_next_page = scrapertools.find_single_match(data, 'rel="next" href="([^"]+)"')