Fix casacinema

This commit is contained in:
marco
2023-02-20 20:07:47 +01:00
parent 5c8432f566
commit bee16c1f0d

View File

@@ -36,14 +36,14 @@ def genres(item):
def check(item):
item.data = support.match(item).data
if 'continua con il video' in item.data.lower():
support.info('select = ### è un film ###')
item.contentType = 'movie'
return findvideos(item)
else:
if 'episodi e stagioni' in item.data.lower():
support.info('select = ### è una serie ###')
item.contentType = 'tvshow'
return episodios(item)
else:
support.info('select = ### è un film ###')
item.contentType = 'movie'
return findvideos(item)
def search(item, text):