fix action in italiaserie

This commit is contained in:
mac12m99
2019-04-20 14:52:06 +02:00
parent a93599f0bb
commit c04ee031d5

View File

@@ -144,7 +144,7 @@ def episodios(item):
eptitle = re.sub(r"Episodio\s+\d+", "", scrapedtitle).strip()
itemlist.append(
Item(channel=item.channel,
action="episodios",
action="findvideos",
contentType=item.contentType,
title="[B]" + fixedtitle + " " + eptitle + "[/B]",
fulltitle=fixedtitle + " " + eptitle,