fix mondoserietv (ricerca serie)

This commit is contained in:
marco
2019-11-27 21:37:14 +01:00
parent 8ec04a00c8
commit bef725452a
+1
View File
@@ -41,6 +41,7 @@ def search(item, text):
action = 'findvideos' action = 'findvideos'
else: else:
action = 'episodios' action = 'episodios'
item.contentType = 'tvshow'
try: try:
search = text search = text
data = support.match(item, headers=headers)[1] data = support.match(item, headers=headers)[1]