[enh] paging added to example engine

This commit is contained in:
asciimoo 2014-01-29 21:16:55 +01:00
parent ca271fd861
commit a6df9c82d7
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ def request(query, params):
headers : {}
data : {} # if method == POST
url : ''
category: 'search category'
pageno : 1 # number of the requested page
'''
params['url'] = 'https://host/%s' % query