diff --git a/plugin.video.alfa/channels/tiotorrent.py b/plugin.video.alfa/channels/tiotorrent.py index ad77c404..827d6caf 100644 --- a/plugin.video.alfa/channels/tiotorrent.py +++ b/plugin.video.alfa/channels/tiotorrent.py @@ -226,33 +226,83 @@ def episodesxseasons(item): return itemlist[::-1] +# def findvideos(item): +# logger.info() +# itemlist=[] +# data = get_source(item.url) +# patron = ".*?<\/a>(.*?)<\/i>.*? 0 and item.extra != 'findvideos': +# itemlist.append(Item(channel=item.channel, +# title='[COLOR yellow]AƱadir esta pelicula a la videoteca[/COLOR]', +# url=item.url, +# action="add_pelicula_to_library", +# extra="findvideos", +# contentTitle=item.contentTitle +# )) +# +# return itemlist + + def findvideos(item): logger.info() itemlist=[] data = get_source(item.url) - patron = ".*?<\/a>(.*?)<\/i>.*? 0 and item.extra != 'findvideos': itemlist.append(Item(channel=item.channel,