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] 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)