Fix paramount e tunein

This commit is contained in:
mac12m99
2021-04-18 14:11:29 +02:00
parent e21b58e82b
commit 4545075ba3
4 changed files with 11 additions and 7 deletions
+4 -1
View File
@@ -86,7 +86,10 @@ def peliculas(item):
new_data = load_more(more)
data += new_data
for it in data:
title = it['meta']['header']['title']
try:
title = it['meta']['header']['title']
except:
continue
if item.text.lower() in title.lower():
itemlist.append(
item.clone(title=support.typo(title,'bold'),