From 839885c5c796a4ad7333e83aedce414a74b8f3c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Jun 2023 17:38:50 +0000 Subject: [PATCH 1/3] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index baf2fd95..5f6b9214 100644 --- a/channels.json +++ b/channels.json @@ -13,7 +13,7 @@ "cinetecadibologna": "http://cinestore.cinetecadibologna.it", "discoveryplus": "https://www.discoveryplus.com", "dreamsub": "https://www.animeworld.tv", - "eurostreaming": "https://eurostreaming.tattoo", + "eurostreaming": "https://eurostreaming.beauty", "eurostreaming_actor": "https://eurostreaming.care", "filmstreaming": "https://filmstreaming.sbs", "guardaseriecam": "https://guardaserie.baby", From a7dbe4f287658ea956c1044f5e2dede59335818f Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:52:51 +0200 Subject: [PATCH 2/3] Popolari per Generi, Tutti i film popolari. --- channels/cineblog01.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 0f938f1d..efa7c552 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -25,8 +25,9 @@ def mainlist(item): ('HD', ['', 'menu', 'Film HD Streaming']), ('Generi', ['', 'menu', 'Film per Genere']), ('Anni', ['', 'menu', 'Film per Anno']), - ('Popolari', ['', 'menu', 'Film Popolari']), - ('Ultimi Aggiunti', ['/ultimi-100-film-aggiunti/', 'peliculas', 'newest']) + ('Popolari per Generi', ['', 'menu', 'Film Popolari']), + ('Ultimi Aggiunti', ['/ultimi-100-film-aggiunti/', 'peliculas', 'newest']), + ('Popolari', ['/category/film-popolari/']) # ('Film in Lista', ['/lista-film/', 'peliculas', 'newest']) ] tvshow = ['/serietv/', From 14660b5aaa97237822ee063940d217808da712b2 Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Thu, 15 Jun 2023 23:05:31 +0200 Subject: [PATCH 3/3] CB01 aggiunto tutti i film popolari e distinzione tra popolari per genere. --- channels/cineblog01.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index efa7c552..b8cd3ea9 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -23,9 +23,9 @@ headers = [['Referer', host]] def mainlist(item): film = [ ('HD', ['', 'menu', 'Film HD Streaming']), - ('Generi', ['', 'menu', 'Film per Genere']), + ('Genere', ['', 'menu', 'Film per Genere']), ('Anni', ['', 'menu', 'Film per Anno']), - ('Popolari per Generi', ['', 'menu', 'Film Popolari']), + ('Popolari per Genere', ['', 'menu', 'Film Popolari']), ('Ultimi Aggiunti', ['/ultimi-100-film-aggiunti/', 'peliculas', 'newest']), ('Popolari', ['/category/film-popolari/']) # ('Film in Lista', ['/lista-film/', 'peliculas', 'newest'])