diff --git a/channels/ilcorsaronero.py b/channels/ilcorsaronero.py index 81b0da61..e65fab47 100644 --- a/channels/ilcorsaronero.py +++ b/channels/ilcorsaronero.py @@ -52,7 +52,7 @@ def peliculas(item): patron = r'>[^"<]+' else: patron = r'>(?P[^"<]+)' - patron += ']+>[^<]+<[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<]+)<[^>]+>[^>]+>[^>]+>
[^"]+)[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<]+)' + patron += '(?i)]+>[^<]+<[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<]+)<[^>]+>[^>]+>[^>]+>[^"]+)[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P[^<]+)' def itemHook(item): if not sceneTitle: