Aggiunta sezione Film
This commit is contained in:
@@ -12,10 +12,13 @@ headers = [['Referer', host]]
|
||||
|
||||
@support.menu
|
||||
def mainlist(item):
|
||||
menu = [('Per Genere', ['', 'list', 'genere']),
|
||||
('Al Cinema', ['/cinema/', 'list', 'film']),
|
||||
('Top del Mese', ['/top-del-mese.html', 'list', 'film']),
|
||||
('Sottotitolati', ['/sub-ita/', 'list', 'film'])
|
||||
menu = [
|
||||
('Film', ['/film/', 'list', 'film']),
|
||||
('Per Genere', ['', 'list', 'genere']),
|
||||
('Al Cinema', ['/cinema/', 'list', 'film']),
|
||||
('Sottotitolati', ['/sub-ita/', 'list', 'film']),
|
||||
('Top del Mese', ['/top-del-mese.html', 'list', 'film'])
|
||||
|
||||
]
|
||||
search = ''
|
||||
|
||||
@@ -65,4 +68,4 @@ def findvideos(item):
|
||||
for m in matches:
|
||||
if 'youtube' not in m and not m.endswith('.js'):
|
||||
urls += support.match(m, patron=r'data-link="([^"]+)').matches
|
||||
return support.server(item, urls)
|
||||
return support.server(item, urls)
|
||||
|
||||
Reference in New Issue
Block a user