logo

searx

My custom branche(s) on searx, a meta-search engine
commit: a6df9c82d73df4713410455a022351981325e004
parent: ca271fd8617db722015f629832ed44a845ab73ed
Author: asciimoo <asciimoo@gmail.com>
Date:   Wed, 29 Jan 2014 21:16:55 +0100

[enh] paging added to example engine

Diffstat:

Mexamples/basic_engine.py2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/basic_engine.py b/examples/basic_engine.py @@ -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