mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +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:
|
||||
show = parse.path[parse.path.find("/", 1)+1:]
|
||||
if not re.search("%", show):
|
||||
if is_py2:
|
||||
show = show.encode("utf-8")
|
||||
show = quote_plus(show)
|
||||
return show
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user