fix mondoserietv (ricerca serie)

This commit is contained in:
marco
2019-11-27 21:37:14 +01:00
parent 8ec04a00c8
commit bef725452a

View File

@@ -41,6 +41,7 @@ def search(item, text):
action = 'findvideos'
else:
action = 'episodios'
item.contentType = 'tvshow'
try:
search = text
data = support.match(item, headers=headers)[1]