mirror of https://github.com/searxng/searxng.git
ddg encoding of URLs appears to be broken, revealed when trying to pickled the results to disk
This commit is contained in:
parent
f094188780
commit
78a69e4c98
|
@ -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