This commit is contained in:
alfa-addon
2017-11-20 14:49:03 -05:00
parent 3b02b62a29
commit f97a283175

View File

@@ -252,7 +252,9 @@ def lista(item):
if item.title != 'Buscar' and actual != '':
if itemlist != []:
next_page = str(int(actual) + 1)
next_page_url = host + item.extra + 'pag-' + next_page
next_page_url = item.extra + 'pag-' + next_page
if not next_page_url.startswith("http"):
next_page_url = host + next_page_url
itemlist.append(
Item(channel=item.channel,
action="lista",