From 667f7f31ff803c992654842a6109cdf47c43b1f5 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 15 Sep 2022 15:39:04 +0200 Subject: [PATCH] Fix GuardaSerie Cam --- channels/guardaseriecam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/guardaseriecam.py b/channels/guardaseriecam.py index 9b6ecfe4..1b59b9ac 100644 --- a/channels/guardaseriecam.py +++ b/channels/guardaseriecam.py @@ -44,10 +44,10 @@ def peliculas(item): @support.scrape def episodios(item): - patronBlock = r'
.*?)
' + patronBlock = r'
.*?)\s*
' patron = r'[sS][uU][bB]-?[iI][tT][aA])?\s*">(?P[^<]+)' action = 'findvideos' - # debug = True + # debugBlock = True return locals()