From b6951e79b8deb79686aabd46f6aa2925d0d94bfd Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 9 Oct 2017 14:15:13 -0300 Subject: [PATCH] url x scrapedurl --- plugin.video.alfa/channels/pelisplanet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/pelisplanet.py b/plugin.video.alfa/channels/pelisplanet.py index 51e20a09..935df8c8 100644 --- a/plugin.video.alfa/channels/pelisplanet.py +++ b/plugin.video.alfa/channels/pelisplanet.py @@ -291,7 +291,7 @@ def findvideos(item): title = "Ver en: [COLOR yellowgreen][{}][/COLOR] [COLOR yellow][{}][/COLOR]".format(servidores.capitalize(), quality.upper()) - itemlist.append(item.clone(action='play', title=title, url=url, quality=item.quality, + itemlist.append(item.clone(action='play', title=title, url=scrapedurl, quality=item.quality, server=server, language=lang.replace('EspaƱol ', ''), text_color=color3, thumbnail=item.thumbnail))