- animealtadefinizione
 - animeforce
 - animeleggendari
 - animesaturn
 - animeunity
 - cb01anime
This commit is contained in:
Alhaziel01
2020-11-25 20:16:13 +01:00
parent a815b2a877
commit 872cad2903
7 changed files with 21 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ def mainlist(item):
@support.scrape
def menu(item):
action = 'peliculas'
data = support.match(item, patron= r'<a href="' + host + r'/category/' + item.args.lower() + r'/">' + item.args + r'</a><ul class="sub-menu">(.*?)</ul>').match
patronBlock= r'<a href="' + host + r'/category/' + item.args.lower() + r'/">' + item.args + r'</a>\s*<ul class="sub-menu">(?P<block>.*?)</ul>'
patronMenu = r'<a href="(?P<url>[^"]+)">(?P<title>[^<]+)<'
return locals()