Anitoonstv: Arreglo en okru

This commit is contained in:
danielr460
2018-01-21 16:50:40 -05:00
parent 4ef6efdc5d
commit dc095616dc

View File

@@ -121,7 +121,7 @@ def episodios(item):
if config.get_videolibrary_support() and len(itemlist) > 0: if config.get_videolibrary_support() and len(itemlist) > 0:
itemlist.append(Item(channel=item.channel, title="[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]", url=item.url, itemlist.append(Item(channel=item.channel, title="[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]", url=item.url,
action="add_serie_to_library", extra="episodios", show=show)) action="add_serie_to_library", extra="episodios", show=item.title))
return itemlist return itemlist
@@ -162,7 +162,7 @@ def findvideos(item):
url = googl(url) url = googl(url)
server='netutv' server='netutv'
if "ok" in url: if "ok" in url:
url = googl(url) url = "https:"+url
server='okru' server='okru'
quality="360p" quality="360p"
itemlist.append(item.clone(url=url, action="play", itemlist.append(item.clone(url=url, action="play",