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:
parent
2718f55db7
commit
7a8b4af606
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user