Fix menu 1337x
This commit is contained in:
+2
-2
@@ -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'"([^"]+)">>>'
|
patronNext = r'"([^"]+)">>>'
|
||||||
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'"([^"]+)">>>'
|
patronNext = r'"([^"]+)">>>'
|
||||||
else:
|
else:
|
||||||
action = 'seasons'
|
action = 'seasons'
|
||||||
|
|||||||
Reference in New Issue
Block a user