[enh] paging added to example engine

dependabot/pip/master/sphinx-6.1.3
asciimoo 10 years ago
parent ca271fd861
commit a6df9c82d7

@ -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

Loading…
Cancel
Save