From 127a7f455a2d835e1ce76a450b7d874f9902aac3 Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Wed, 6 Feb 2019 16:57:11 +0100 Subject: [PATCH] =?UTF-8?q?NewPct1:=20opci=C3=B3n=20de=20Buscar=20en=20Nov?= =?UTF-8?q?edades?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/newpct1.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.video.alfa/channels/newpct1.py b/plugin.video.alfa/channels/newpct1.py index a55f0871..5c89f60b 100644 --- a/plugin.video.alfa/channels/newpct1.py +++ b/plugin.video.alfa/channels/newpct1.py @@ -264,6 +264,7 @@ def submenu_novedades(item): itemlist = [] itemlist_alt = [] item.extra2 = '' + thumb_buscar = get_thumb("search.png") #Renombramos el canal al nombre de clone inicial desde la URL item.channel_host = host @@ -327,6 +328,9 @@ def submenu_novedades(item): item.post = "date=%s" % value itemlist.append(item.clone(action="listado_busqueda", title=title, url=item.url, post=item.post)) + itemlist.append( + Item(channel=item.channel, action="search", title="Buscar", url=item.channel_host + "buscar", thumbnail=thumb_buscar, category=item.category, channel_host=item.channel_host)) + itemlist.append(item.clone(action='', title="[COLOR yellow]Lo Último en la Categoría:[/COLOR]")) for value, title in matches: if value.isdigit():