From 2f37557f9752d78377e673b557bbb35a8c9b7ebe Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 15 Dec 2022 12:14:47 +0100 Subject: [PATCH 1/4] Fix Videoteca Aniplay --- channels/aniplay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/aniplay.py b/channels/aniplay.py index 8371097d..83eb9ccd 100644 --- a/channels/aniplay.py +++ b/channels/aniplay.py @@ -195,7 +195,8 @@ def peliculas(item): def episodios(item): logger.debug() itemlist = [] - + if not item.video_url: + item.video_url = item.url.replace('/anime/', '/api/anime/') # url = '{}/api/anime/{}'.format(host, item.id) json = httptools.downloadpage(item.video_url, CF=False ).json From 66f562b5f64a3b95f3ab52d33dffd884fba33b69 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 15 Dec 2022 15:47:15 +0100 Subject: [PATCH 2/4] Fix Riproduzione AniPlay --- channels/aniplay.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/channels/aniplay.py b/channels/aniplay.py index 83eb9ccd..13425d3c 100644 --- a/channels/aniplay.py +++ b/channels/aniplay.py @@ -286,15 +286,16 @@ def list_episodes(item, json=None): def findvideos(item): logger.debug() - # url = '{}/api/{}/{}'.format(host, 'episode' if item.contentType == 'episode' else 'anime', item.id) - res = httptools.downloadpage(item.video_url, CF=False ).json if res.get('episodes', []): res = httptools.downloadpage('{}/api/episode/{}'.format(host, res['episodes'][0]['id'])).json - item.manifest = 'hls' item.url = res['videoUrl'] + item.server = 'directo' + + if '.m3u' in item.url: + item.manifest = 'hls' return support.server(item, itemlist=[item]) From c77e6105ecd08bff82d7a8a83a5fbc86948d9e33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Dec 2022 17:37:26 +0000 Subject: [PATCH 3/4] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index d55a5c01..fd6dba2e 100644 --- a/channels.json +++ b/channels.json @@ -14,7 +14,7 @@ "cinetecadibologna": "http://cinestore.cinetecadibologna.it", "discoveryplus": "https://www.discoveryplus.com", "dreamsub": "https://www.animeworld.tv", - "eurostreaming": "https://eurostreaming.autos", + "eurostreaming": "https://eurostreaming.rodeo", "eurostreaming_actor": "https://eurostreaming.taxi", "filmstreaming": "https://filmstreaming.sbs", "guardaseriecam": "https://guardaserie.baby", From 8748cd39e9c8f04b79373fb35eb34f09c00a3fc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Dec 2022 17:34:53 +0000 Subject: [PATCH 4/4] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index fd6dba2e..57fdb5cf 100644 --- a/channels.json +++ b/channels.json @@ -31,7 +31,7 @@ "streamingcommunity": "https://streamingcommunity.actor", "streamingita": "https://www.streamingita.bid", "streamtime": "https://t.me/s/StreamTime", - "tantifilm": "https://www.tantifilm.delivery", + "tantifilm": "https://www.tantifilm.mobi", "toonitalia": "https://toonitalia.co" }, "findhost": {