diff --git a/channels/serietvonline.py b/channels/serietvonline.py index 3b69688c..27c6e059 100644 --- a/channels/serietvonline.py +++ b/channels/serietvonline.py @@ -88,7 +88,7 @@ def peliculas(item): patron = r'href="(?P[^"]+)"[^>]+>(?P.+?)(?:\s(?P<year>\d{4})|<)' patronBlock = r'Lista dei film disponibili in streaming e anche in download\.</p>(?P<block>.*?)<div class="footer_c">' else: - patron = r'<tr><td><a href="(?P<url>[^"]+)"(?:|.+?)?>(?:  )?[ ]?(?P<title>.*?)[ ]?(?P<quality>HD)?[ ]?(?P<year>\d+)?(?: | HD | Streaming | MD(?: iSTANCE)? )?</a>' + patron = r'<tr><td><a href="(?P<url>[^"]+)"(?:|.+?)?>(?:  )?[ ]?(?P<title>.*?)[ ]?(?P<quality>HD)?[ ]?(?P<year>\d+)?(?: | HD[^<]*| Streaming[^<]*| MD(?: iSTANCE)? [^<]*)?</a>' def itemHook(item): if 'film' in item.url: