mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
minor fix of BASE engine
This commit is contained in:
committed by
Noémi Ványi
parent
d20bba6dc7
commit
5954a8e16a
@@ -73,7 +73,7 @@ def request(query, params):
|
||||
def response(resp):
|
||||
results = []
|
||||
|
||||
search_results = etree.XML(resp.text)
|
||||
search_results = etree.XML(resp.content)
|
||||
|
||||
for entry in search_results.xpath('./result/doc'):
|
||||
content = "No description available"
|
||||
|
||||
Reference in New Issue
Block a user