diff --git a/channels/aniplay.py b/channels/aniplay.py index dd43e9dc..12236ae9 100644 --- a/channels/aniplay.py +++ b/channels/aniplay.py @@ -128,7 +128,7 @@ def latest_added(item): js = httptools.downloadpage(url).json for episode in js: - title = episode['title'] + title = episode['title'] if episode['title'] else '' animeTitle, lang = get_lang(episode['animeTitle']) quality = 'Full HD' if episode['fullHd'] else 'HD' long_title = support.typo('{}. {}{}'.format(int(float(episode['episodeNumber'])), title + ' - ' if title else '', animeTitle), 'bold') + support.typo(lang, '_ [] color kod') + support.typo(quality, '_ [] color kod') diff --git a/channels/eurostreaming.py b/channels/eurostreaming.py index b67a33e9..c9fc0a95 100644 --- a/channels/eurostreaming.py +++ b/channels/eurostreaming.py @@ -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 diff --git a/channels/tantifilm.py b/channels/tantifilm.py index f39abca1..b04ac070 100644 --- a/channels/tantifilm.py +++ b/channels/tantifilm.py @@ -136,7 +136,7 @@ def newest(categoria): item = Item(url=host + '/aggiornamenti-serie-tv') data = support.match(item).data.replace('','').replace('','') item.contentType = 'episode' - patronBlock = r'Aggiornamenti Giornalieri Serie TV.*?
(?P