Fix Autoplay e Altadefinizione

This commit is contained in:
Alhaziel01
2022-10-25 09:05:49 +02:00
parent 8ae182536c
commit 94e107e17c
3 changed files with 12 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ def episodios(item):
def check(item):
item.data = httptools.downloadpage(item.url).data
if 'Stagione' in item.data:
if 'stagione' in item.data.lower():
item.contentType = 'tvshow'
return episodios(item)
else: