From c457c5885724a27a31e42395ea4d65b30586df83 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 9 Oct 2019 19:10:36 +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 809003ef..9586df75 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -112,7 +112,7 @@ def newest(categoria): item = Item() item.contentType = 'movie' item.url = host + '/lista-film-ultimi-100-film-aggiunti/' - return support.scrape(item, r']+)>([^<([]+)(?:\[([A-Z]+)\])?\s\(([0-9]{4})\)<\/a>', + return support.scrape(item, r'([^<([]+)(?:\[([A-Z]+)\])?\s\(([0-9]{4})\)<\/a>', ['url', 'title', 'quality', 'year'], patron_block=r'Ultimi 100 film aggiunti:.*?<\/td>')