Fix menu 1337x

This commit is contained in:
marco
2023-07-17 12:51:17 +02:00
parent 75b8e42fd8
commit 9aed9468d7
+2 -2
View File
@@ -103,13 +103,13 @@ def peliculas(item):
data = ' ' data = ' '
else: else:
data = support.match(item).data data = support.match(item).data
# debug = True
if item.args == 'search': if item.args == 'search':
sceneTitle = 'undefined' sceneTitle = 'undefined'
patron = r'<a href="(?P<url>[^"]+)">(?P<title>[^<]+)<(?:[^>]+>){3,7}(?P<seed>[^<]+)<(?:[^>]+>){6}(?P<size>[^<]+)<span' patron = r'<a href="(?P<url>[^"]+)">(?P<title>[^<]+)<(?:[^>]+>){3,7}(?P<seed>[^<]+)<(?:[^>]+>){6}(?P<size>[^<]+)<span'
patronNext = r'"([^"]+)">&gt;&gt;' patronNext = r'"([^"]+)">&gt;&gt;'
elif item.contentType == 'movie': 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'"([^"]+)">&gt;&gt;' patronNext = r'"([^"]+)">&gt;&gt;'
else: else:
action = 'seasons' action = 'seasons'