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