Cambio de dominio de post image + correccion de autoplay para biblioteca de kodi

This commit is contained in:
Unknown
2018-05-08 14:45:44 -03:00
parent 5ed7161763
commit d2377e9b2f
94 changed files with 814 additions and 807 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def list_all(item):
next_page = scrapertools.find_single_match(data, '<a href=([^ ]+) aria-label=Netx>')
if next_page != '':
itemlist.append(Item(channel=item.channel, action="list_all", title='Siguiente >>>',
url=page_base+next_page, thumbnail='https://s16.postimg.org/9okdu7hhx/siguiente.png',
url=page_base+next_page, thumbnail='https://s16.postimg.cc/9okdu7hhx/siguiente.png',
type=item.type))
return itemlist