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