Fix sezione novità (cb01)
This commit is contained in:
@@ -63,7 +63,7 @@ def newest(categoria):
|
|||||||
else:
|
else:
|
||||||
item.contentType = 'movie'
|
item.contentType = 'movie'
|
||||||
item.url = host + '/lista-film-ultimi-100-film-aggiunti/'
|
item.url = host + '/lista-film-ultimi-100-film-aggiunti/'
|
||||||
item.args = "newest"
|
item.args = "newest"
|
||||||
return peliculas(item)
|
return peliculas(item)
|
||||||
# Continua la ricerca in caso di errore
|
# Continua la ricerca in caso di errore
|
||||||
except:
|
except:
|
||||||
|
|||||||
+1
-1
@@ -285,7 +285,7 @@ def novedades(item):
|
|||||||
else:
|
else:
|
||||||
if mode == 'normal':
|
if mode == 'normal':
|
||||||
logger.debug("Obteniendo novedades de channel_id=" + channel_id)
|
logger.debug("Obteniendo novedades de channel_id=" + channel_id)
|
||||||
progreso.update(percentage, "", config.get_localized_string(60520) % channel_title)
|
progreso.update(percentage, config.get_localized_string(60520) % channel_title)
|
||||||
get_newest(channel_id, item.extra)
|
get_newest(channel_id, item.extra)
|
||||||
|
|
||||||
# Multi Thread mode: wait for all threads to finish
|
# Multi Thread mode: wait for all threads to finish
|
||||||
|
|||||||
Reference in New Issue
Block a user