From bf04f60efd6a103cbfd94a7d90d4015843b44b55 Mon Sep 17 00:00:00 2001 From: Dexter Morgan <9434916+32Dexter@users.noreply.github.com> Date: Tue, 7 Jun 2022 21:06:01 +0200 Subject: [PATCH] Eurostreaming_Actor: fix per range anno --- channels/eurostreaming_actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/eurostreaming_actor.py b/channels/eurostreaming_actor.py index 1d83b109..f3ff7bb4 100644 --- a/channels/eurostreaming_actor.py +++ b/channels/eurostreaming_actor.py @@ -31,7 +31,7 @@ def peliculas(item): patronNext = r'class="next".*?"(.+?)"' else: - patron = r'
.*?]+>(?P.+?)\s?(?: Serie Tv)?\s?\(?(?P<year>\d{4})?\)?<\/a><\/h2>' + patron = r'<div class="post-thumb">.*?<img src="(?P<thumb>[^"]+)".*?><a href="(?P<url>[^"]+)"[^>]+>(?P<title>.+?)[\<]?[/(](?P<year>.*?)[\)|a]' patronNext = r'next.*?href="(.*?)"' return locals()