From 0d78d6ee953b2152fbba3fd01551306787b29b0b Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 25 Feb 2021 11:21:57 +0100 Subject: [PATCH 1/2] Fix Ricerca globale per kodi 18 + typo eror --- channels/discoveryplus.py | 2 +- specials/filmontv.py | 2 +- specials/globalsearch.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/channels/discoveryplus.py b/channels/discoveryplus.py index 1684ad65..bb18910c 100644 --- a/channels/discoveryplus.py +++ b/channels/discoveryplus.py @@ -70,7 +70,7 @@ def live(item): logger.debug() itemlist =[] for name, values in liveDict().items(): - itemlist.append(item.clone(title=typo(name), fulltitle=name, plot=values['plot'], url=values['url'], id=values['id'], action='play', forcethumb=True, no_return=True)) + itemlist.append(item.clone(title=typo(name,'bold'), fulltitle=name, plot=values['plot'], url=values['url'], id=values['id'], action='play', forcethumb=True, no_return=True)) return support.thumb(itemlist, live=True) diff --git a/specials/filmontv.py b/specials/filmontv.py index 6ca99852..81040efe 100644 --- a/specials/filmontv.py +++ b/specials/filmontv.py @@ -249,7 +249,7 @@ def live(item): itlist = [executor.submit(load_live, ch.channel) for ch in channels] for res in futures.as_completed(itlist): if res.result(): - channel_name, itlist = res.rFesult() + channel_name, itlist = res.result() channels_dict[channel_name] = itlist for ch in channels: diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 33b6e2b2..426c4cc4 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -750,6 +750,7 @@ def title_unify(title): import unicodedata u_title = '' + if type(title) == str: title = u'' + title for c in unicodedata.normalize('NFD', title): cat = unicodedata.category(c) if cat != 'Mn': From 6cda61385d9583f57beba80e51bfbae961b60b11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Feb 2021 17:52:02 +0000 Subject: [PATCH 2/2] {Aggiornamento domini} --- channels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 1f125f05..dbc3c420 100644 --- a/channels.json +++ b/channels.json @@ -22,7 +22,7 @@ "eurostreaming": "https://eurostreaming.tube", "filmgratis": "https://www.filmaltadefinizione.me", "filmigratis": "https://filmigratis.org", - "filmsenzalimiticc": "https://www.filmsenzalimiti01.work", + "filmsenzalimiticc": "https://www.filmsenzalimiti01.surf", "filmstreaming01": "https://filmstreaming01.com", "guardaserie_stream": "https://guardaserie.yoga", "guardaseriecam": "https://guardaserie.cam", @@ -42,7 +42,7 @@ "serietvonline": "https://serietvonline.red", "serietvsubita": "http://serietvsubita.xyz", "serietvu": "https://www.serietvu.link", - "streamingcommunity": "https://streamingcommunity.net", + "streamingcommunity": "https://streamingcommunity.co", "streamtime": "https://t.me/s/StreamTime", "toonitalia": "https://toonitalia.pro", "vvvvid": "https://www.vvvvid.it"