diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 6e56c21d..3d99c385 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -63,7 +63,7 @@ def newest(categoria): else: item.contentType = 'movie' item.url = host + '/lista-film-ultimi-100-film-aggiunti/' - item.args = "newest" + item.args = "newest" return peliculas(item) # Continua la ricerca in caso di errore except: diff --git a/specials/news.py b/specials/news.py index 6618a9b3..208b3801 100644 --- a/specials/news.py +++ b/specials/news.py @@ -285,7 +285,7 @@ def novedades(item): else: if mode == 'normal': 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) # Multi Thread mode: wait for all threads to finish