From 005236f52ee6e363441a8558f73d326f83fb3ac0 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 4 Jul 2022 20:03:13 +0200 Subject: [PATCH] CB01 Fix voci sottomenu --- channels/cineblog01.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index f1fc1626..17774433 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -45,8 +45,9 @@ def mainlist(item): @support.scrape def menu(item): + # debug=True patronBlock = item.args + r'<\/span>.*?(?P.*?)<\/ul>' - patronMenu = r'href="?(?P[^">]+)"?>(?P.*?)<\/a>' + patronMenu = r'href="?(?P<url>[^">]+)"?>(?P<title>[^<Â]+)' action = 'peliculas' return locals()