diff --git a/channels/cineblog01.py b/channels/cineblog01.py
index 1190c394..aa9528c1 100644
--- a/channels/cineblog01.py
+++ b/channels/cineblog01.py
@@ -93,7 +93,7 @@ def search(item, text):
@support.scrape
def peliculas(item):
- # debug = True
+ #debug = True
# esclusione degli articoli 'di servizio'
# curYear = datetime.date.today().year
# blacklist = ['BENVENUTI', 'Richieste Serie TV', 'CB01.UNO ▶ TROVA L’INDIRIZZO UFFICIALE ',
@@ -113,7 +113,7 @@ def peliculas(item):
action = 'episodios'
elif '/serietv/' not in item.url:
- patron = r'(?\s*]+>\s*
]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>]+)(?:\/|"|\s+)>(?P[^<[(]+)(?:\[(?P[a-zA-Z]+(?:[/]?3D)?)\]\s*)?(?:\[(?PSub-ITA|ITA)\]\s*)?(?:\[(?P[a-zA-Z/]+)\]\s*)? (?:\((?P[0-9]{4})\))?[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<>&âÃÂÖ]+)(?:[^ ]+\s*DURATA\s*(?P[0-9]+)[^>]+>[^>]+>[^>]+>(?P[^<>]+))?'
+ patron = r'(?\s*]+>\s*
]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>]+)(?:\/|"|\s+)>(?P[^<[(]+)(?:\[(?P[a-zA-Z]+(?:[/]?3D)?)\]\s*)?(?:\[(?PSub-ITA|ITA)\]\s*)?(?:\[(?P[a-zA-Z/]+)\]\s*)? (?:\((?P[0-9]{4})\))?[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<>&âÃÂÖ]+)(?:[^ ]+\s*DURATA\s*(?P[0-9]+)[^>]+>[^>]+>[^>]+>(?P[^<>]+))?'
action = 'findvideos'
else: