mirror of
https://github.com/searx/searx
synced 2025-09-09 10:55:25 +00:00
[enh] engine types
This commit is contained in:
@@ -17,5 +17,5 @@ def response(resp):
|
||||
'''post-response callback
|
||||
resp: requests response object
|
||||
'''
|
||||
return [resp.text]
|
||||
return [{'url': '', 'title': '', 'content': ''}]
|
||||
|
||||
|
Reference in New Issue
Block a user