arte: encode UTF-8 strings in search
This commit is contained in:
parent
ffde185602
commit
c6a6fe3728
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class ArteBrowser(BaseBrowser):
|
|||
+ '/' + level
|
||||
|
||||
if pattern:
|
||||
url += '/' + urllib.quote(pattern)
|
||||
url += '/' + urllib.quote(pattern.encode('utf-8'))
|
||||
|
||||
url += '/' + channel \
|
||||
+ '/' + cluster \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue