mirror of
https://github.com/searx/searx
synced 2025-08-31 14:38:23 +00:00
[fix] unicode decoding
This commit is contained in:
@@ -68,7 +68,7 @@ def request(query, params):
|
||||
def response(resp):
|
||||
results = []
|
||||
|
||||
rss = etree.fromstring(resp.text)
|
||||
rss = etree.fromstring(resp.content)
|
||||
|
||||
ns = rss.nsmap
|
||||
|
||||
|
Reference in New Issue
Block a user