[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': ''}]