forked from Icycoide/searxng
[enh] engine types
This commit is contained in:
parent
c3b7ed8687
commit
d793c2733c
7 changed files with 34 additions and 29 deletions
|
@ -17,5 +17,5 @@ def response(resp):
|
|||
'''post-response callback
|
||||
resp: requests response object
|
||||
'''
|
||||
return [resp.text]
|
||||
return [{'url': '', 'title': '', 'content': ''}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue