From aa4b352349e15a07c3ad4bbb361a004ae3c24dd1 Mon Sep 17 00:00:00 2001 From: Enrico Da Rodda Date: Thu, 29 Apr 2021 01:38:00 +0200 Subject: [PATCH] ops --- channels/altadefinizioneclick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/altadefinizioneclick.py b/channels/altadefinizioneclick.py index 121c9bfa..35b27364 100644 --- a/channels/altadefinizioneclick.py +++ b/channels/altadefinizioneclick.py @@ -46,7 +46,7 @@ def mainlist(item): @support.scrape def peliculas(item): - debug=True + # debug=True patron = r'
\s*(?:(?P[^<]+)[^>]+>)?(?:(?P[^<>]+))?.+?href="(?P[^"]+)".+?src="(?P[^"]+)".+?

[^>]+>(?P.+?)[ ]?(?:|\[(?P<lang>[^\]]+)\])?</a>.*?(?:IMDB\:</strong>[ ](?P<rating>.+?)<|</div> )' # patronBlock = r'h1>(?P<block>.*?)</section'