From b4b2c4aa43da4a30c5736b6de1c8c8649ef00c10 Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:18:51 +0200 Subject: [PATCH 1/3] Disattivato Animealtadefinizione --- channels/animealtadefinizione.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/animealtadefinizione.json b/channels/animealtadefinizione.json index ce0c0876..18920d59 100644 --- a/channels/animealtadefinizione.json +++ b/channels/animealtadefinizione.json @@ -1,7 +1,7 @@ { "id": "animealtadefinizione", "name": "AnimealtAdefinizione", - "active": true, + "active": false, "language": ["ita", "sub-ita"], "thumbnail": "animealtadefinizione.png", "banner": "animealtadefinizione.png", From f66c75a0e07ad069c65d842a667720ae4488f087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jun 2023 17:43:10 +0000 Subject: [PATCH 2/3] Aggiornamento domini --- channels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 38f48e36..e8517aa1 100644 --- a/channels.json +++ b/channels.json @@ -5,14 +5,14 @@ "animeforce": "https://www.animeforce.it", "animesaturn": "https://www.animesaturn.tv", "animeunity": "https://www.animeunity.tv", - "animeworld": "https://www.animeworld.tv", + "animeworld": "https://www.animeworld.so", "aniplay": "https://aniplay.co", "casacinema": "https://casacinema.lol", "cb01anime": "https://www.cineblog01.red", "cinemalibero": "https://cinemalibero.cafe", "cinetecadibologna": "http://cinestore.cinetecadibologna.it", "discoveryplus": "https://www.discoveryplus.com", - "dreamsub": "https://www.animeworld.tv", + "dreamsub": "https://www.animeworld.so", "eurostreaming": "https://eurostreaming.beauty", "eurostreaming_actor": "https://eurostreaming.care", "filmstreaming": "https://filmstreaming.sbs", From 84b7e9e5f2456f12b80b0949dc2acfc764c89aef Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:51:47 +0200 Subject: [PATCH 3/3] guardaseriecam: aggiunto dropload --- channels.json | 2 +- channels/guardaseriecam.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/channels.json b/channels.json index e8517aa1..d22d6ba6 100644 --- a/channels.json +++ b/channels.json @@ -16,7 +16,7 @@ "eurostreaming": "https://eurostreaming.beauty", "eurostreaming_actor": "https://eurostreaming.care", "filmstreaming": "https://filmstreaming.sbs", - "guardaseriecam": "https://guardaserie.baby", + "guardaseriecam": "https://guardaserie.app", "hd4me": "https://hd4me.net", "ilcorsaronero": "https://ilcorsaronero.link", "ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.sbs", diff --git a/channels/guardaseriecam.py b/channels/guardaseriecam.py index 1b59b9ac..880e7a5a 100644 --- a/channels/guardaseriecam.py +++ b/channels/guardaseriecam.py @@ -45,9 +45,9 @@ def peliculas(item): @support.scrape def episodios(item): patronBlock = r'
.*?)\s*
' - patron = r'[sS][uU][bB]-?[iI][tT][aA])?\s*">(?P[^<]+)' + patron = r'(?P[sS][uU][bB]-?[iI][tT][aA])?\s*">(?P[^<]+).*?)' action = 'findvideos' - # debugBlock = True + # debug = True return locals() @@ -68,4 +68,4 @@ def search(item, text): def findvideos(item): logger.debug() - return support.server(item, item.url) \ No newline at end of file + return support.server(item, item.data)