2
0
mirror of https://github.com/searx/searx synced 2025-09-09 10:55:25 +00:00

[enh] engine types

This commit is contained in:
asciimoo
2013-10-15 19:11:43 +02:00
parent c3b7ed8687
commit d793c2733c
7 changed files with 34 additions and 29 deletions

View File

@@ -17,5 +17,5 @@ def response(resp):
'''post-response callback
resp: requests response object
'''
return [resp.text]
return [{'url': '', 'title': '', 'content': ''}]