From 9aed9468d7cd658ca53185932d3ec1712ed0a1d1 Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:51:17 +0200 Subject: [PATCH] Fix menu 1337x --- channels/1337x.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/1337x.py b/channels/1337x.py index 6466d02c..a45e1326 100644 --- a/channels/1337x.py +++ b/channels/1337x.py @@ -103,13 +103,13 @@ def peliculas(item): data = ' ' else: data = support.match(item).data - + # debug = True if item.args == 'search': sceneTitle = 'undefined' patron = r'(?P[^<]+)<(?:[^>]+>){3,7}(?P<seed>[^<]+)<(?:[^>]+>){6}(?P<size>[^<]+)<span' patronNext = r'"([^"]+)">>>' elif item.contentType == 'movie': - patron = r'<img alt="[^"]*" data-original="(?P<thumb>[^"]+)(?:[^>]+>){15}(?P<title>[^<]+)(?:[^>]+>){18,23}\s*<a href="(?P<url>[^"]+)' + patron = r'<img[^>]+data-original="(?P<thumb>[^"]+)(?:[^>]+>){15}(?P<title>[^<]+).*?<p>(?P<plot>[^<]+).*?<a href="(?P<url>[^"]+)' patronNext = r'"([^"]+)">>>' else: action = 'seasons'