Browse Source

[enh] paging added to example engine

asciimoo 11 years ago
parent
commit
a6df9c82d7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      examples/basic_engine.py

+ 2
- 0
examples/basic_engine.py View File

8
       headers : {}
8
       headers : {}
9
       data    : {} # if method == POST
9
       data    : {} # if method == POST
10
       url     : ''
10
       url     : ''
11
+      category: 'search category'
12
+      pageno  : 1 # number of the requested page
11
     '''
13
     '''
12
 
14
 
13
     params['url'] = 'https://host/%s' % query
15
     params['url'] = 'https://host/%s' % query