icone Automatiche (continua)

This commit is contained in:
Alhaziel01
2021-07-08 17:58:10 +02:00
parent f9223c7a48
commit 17edb2d69f
10 changed files with 18 additions and 8 deletions
+2
View File
@@ -28,6 +28,8 @@ def submenu(item):
action = 'peliculas'
patronBlock = r'data-taxonomy="' + item.args + r'"(?P<block>.*?)</select'
patronMenu = r'<option class="level-\d+ (?P<u>[^"]+)"[^>]+>(?P<t>[^(]+)[^\(]+\((?P<num>\d+)'
if 'genre' in item.args:
patronGenreMenu = patronMenu
def itemHook(item):
item.url += host + '/anime/' + item.args + '/' + item.u
item.title = support.typo(item.t, 'bold')