mirror of
https://github.com/searx/searx
synced 2025-01-23 17:40:05 +01:00
[fix] unicode decoding
This commit is contained in:
parent
0ad272c5cb
commit
7aa9f4885a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user