Fix sezioni novità per eurostreaming e tantifilm

This commit is contained in:
mac12m99
2021-09-13 20:42:06 +02:00
parent a782901afc
commit e1d2352dc2
4 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -20,7 +20,7 @@ def mainlist(item):
support.info()
tvshow = []
anime = ['/category/anime-cartoni-animati/']
mix = [('Aggiornamenti {bullet bold} {TV}', ['/aggiornamento-episodi/', 'peliculas', 'newest']),
mix = [('Aggiornamenti {bullet bold} {TV}', ['/aggiornamento-nuovi-episodi/', 'peliculas', 'newest']),
('Archivio {bullet bold} {TV}', ['/category/serie-tv-archive/', 'peliculas'])]
search = ''
@@ -42,6 +42,7 @@ def peliculas(item):
return locals()
@support.scrape
def episodios(item):
# debug = True
@@ -83,7 +84,7 @@ def newest(categoria):
item.contentType = 'tvshow'
item.args = 'newest'
try:
item.url = "%s/aggiornamento-episodi/" % host
item.url = "%s/aggiornamento-nuovi-episodi/" % host
item.action = "peliculas"
itemlist = peliculas(item)
# Continua la ricerca in caso di errore