diff --git a/channels/tantifilm.py b/channels/tantifilm.py index d80811be..4444c275 100644 --- a/channels/tantifilm.py +++ b/channels/tantifilm.py @@ -54,7 +54,7 @@ def peliculas(item): patron = r'[0-9]+)[^<]*\)[^"]*"[^>]+>\s*[^"]+)".*?
\s*

(?P[^<]+)<\/p>' else: patronNext = r'

]+)?>?\s*]+>\s*<\/a>[^>]+>[^>]+>[^>]+>(?P.+?)(?P<lang>[sS][uU][bB]\-[iI][tT][aA]+)?(?:[ ]?\((?P<year>\d{4})-?(?:\d{4})?)\).[^<]+[^>]+><\/a>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>\s*(?P<quality>[a-zA-Z-0-9\.]+)' + patron = r'<div class="mediaWrap mediaWrapAlt">\s*<a href="(?P<url>[^"]+)"(?:[^>]+)?>?\s*<img[^s]+src="(?P<thumb>[^"]+)"[^>]+>\s*<\/a>[^>]+>[^>]+>[^>]+>(?P<title>[^<]+?)(?P<lang>[sS][uU][bB]\-[iI][tT][aA]+)?(?:[ ]?\((?P<year>\d{4})-?(?:\d{4})?)\).[^<]+[^>]+><\/a>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>\s*(?P<quality>[a-zA-Z-0-9\.]+)?' patronBlock = r'<div id="main_col">(?P<block>.*?)<!\-\- main_col \-\->' # if item.args != 'all' and item.args != 'search':