From 0ef0ba36fbe4f048daad38be6cf631afb8836ff0 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 9 Oct 2019 21:12:15 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Novit=C3=A0=20CB01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channels/cineblog01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 548cc499..f0aba4c7 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -75,7 +75,7 @@ def newest(categoria): else: patronBlock = r'Ultimi 100 film Aggiornati:(?P.*?)<\/td>' item = categoria - patron = "[^>]+)>(?P[^<([]+)(?:\[(?P<lang>Sub-ITA|B/N)\])?\s?(?:\[(?P<quality>HD|SD|HD/3D)\])?\s?\((?P<year>[0-9]{4})\)<\/a>" + patron = r'<a href="(?P<url>[^"]+)"\s*>(?P<title>[^<([]+)(?:\[(?P<lang>Sub-ITA|B/N)\])?\s?(?:\[(?P<quality>HD|SD|HD/3D)\])?\s?\((?P<year>[0-9]{4})\)<\/a>' pagination = 20 return locals()