arte: encode UTF-8 strings in search

This commit is contained in:
Gabriel Kerneis 2014-01-12 17:56:17 +00:00 committed by Romain Bignon
commit c6a6fe3728

View file

@ -155,7 +155,7 @@ class ArteBrowser(BaseBrowser):
+ '/' + level
if pattern:
url += '/' + urllib.quote(pattern)
url += '/' + urllib.quote(pattern.encode('utf-8'))
url += '/' + channel \
+ '/' + cluster \