Fix Altadefinizione: Film in Videoteca

This commit is contained in:
Alhaziel01
2022-07-30 15:26:07 +02:00
parent d300adbdb4
commit 20b5a52d40

View File

@@ -87,6 +87,6 @@ def check(item):
def findvideos(item):
logger.debug()
if item.contentType == 'movie':
if item.contentType == 'movie' and isinstance(item.data, str):
item.data = support.match(item.data, patron=r'data-id="([^"]+)').matches
return support.server(item, item.data)