1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

tv4play: remove " - " från the name

This commit is contained in:
Johan Andersson 2018-05-22 00:51:00 +02:00
parent 2718f55db7
commit 7a8b4af606

View File

@ -177,7 +177,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
if season:
index = len(i["program"]["name"])
self.output["title"] = i["title"][:index]
self.output["episodename"] = i["title"][index:]
self.output["episodename"] = i["title"][index+3:]
return True
self.output["title"] = i["title"]
return True