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()