forked from Archives/searxng
Merge pull request #410 from beniz/ddg_url_encoding_utf8
ddg encoding of URLs to UTF-8
This commit is contained in:
commit
7e893ce3f4
@ -72,7 +72,7 @@ def response(resp):
|
||||
# append result
|
||||
results.append({'title': title,
|
||||
'content': content,
|
||||
'url': res_url})
|
||||
'url': res_url.encode('utf8')})
|
||||
|
||||
# return results
|
||||
return results
|
||||
|
Loading…
Reference in New Issue
Block a user