From 8cbb109c01cb1486bd9b8e0bf0a072ba36ebc170 Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:02:46 +0100 Subject: [PATCH] piccolo fix tantifilm --- channels/tantifilm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':