Update yaske.py
This commit is contained in:
@@ -127,13 +127,13 @@ def temporadas(item):
|
|||||||
itemlist.append(Item(channel=item.channel, title =""))
|
itemlist.append(Item(channel=item.channel, title =""))
|
||||||
itemlist.append(item.clone(action = "add_serie_to_library",
|
itemlist.append(item.clone(action = "add_serie_to_library",
|
||||||
channel = item.channel,
|
channel = item.channel,
|
||||||
extra = "get_episodes",
|
extra = "episodios",
|
||||||
title = '[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]',
|
title = '[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]',
|
||||||
url = item.url
|
url = item.url
|
||||||
))
|
))
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
def get_episodes(item):
|
def episodios(item):
|
||||||
logger.info()
|
logger.info()
|
||||||
itemlist = []
|
itemlist = []
|
||||||
templist = temporadas(item)
|
templist = temporadas(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user