1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00

tv4play: dont encode the showname

This commit is contained in:
Johan Andersson 2016-03-20 19:15:51 +01:00
parent 67fa41fcc5
commit ab3646e4e2

View File

@ -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