From f97a283175cf9ebce6106401a46fc915a121984c Mon Sep 17 00:00:00 2001 From: alfa-addon Date: Mon, 20 Nov 2017 14:49:03 -0500 Subject: [PATCH] fix --- plugin.video.alfa/channels/pelisplus.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/pelisplus.py b/plugin.video.alfa/channels/pelisplus.py index f4cde74a..3e06e516 100644 --- a/plugin.video.alfa/channels/pelisplus.py +++ b/plugin.video.alfa/channels/pelisplus.py @@ -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",