From a1e3eb2181aec185012b2aa43b3e8e438df172c3 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 9 Oct 2019 20:59:16 +0200 Subject: [PATCH] Fix CB01 - Ultimi 100 Film Aggiornati --- channels/cineblog01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 9586df75..293ba1d8 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -133,7 +133,7 @@ def last(item): if item.contentType == 'tvshow': matches = support.match(item, r']+)".*?>([^(:(|[)]+)([^<]+)<\/a>', '
([^(:(|[)]+)([^<]+)<\/a>', r'Ultimi 100 film Aggiornati:<\/a><\/strong>(.*?)', headers)[0] for i, (url, title, info) in enumerate(matches): if (page - 1) * PERPAGE > i - count: continue