mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 23:24:16 +01:00
tv4play: dont encode the showname
This commit is contained in:
parent
67fa41fcc5
commit
ab3646e4e2
@ -148,8 +148,6 @@ class Tv4play(Service, OpenGraphThumbMixin):
|
|||||||
else:
|
else:
|
||||||
show = parse.path[parse.path.find("/", 1)+1:]
|
show = parse.path[parse.path.find("/", 1)+1:]
|
||||||
if not re.search("%", show):
|
if not re.search("%", show):
|
||||||
if is_py2:
|
|
||||||
show = show.encode("utf-8")
|
|
||||||
show = quote_plus(show)
|
show = quote_plus(show)
|
||||||
return show
|
return show
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user