mirror of https://github.com/searxng/searxng.git
[fix] comments removed
This commit is contained in:
parent
fad906453f
commit
cfba30f1ba
|
@ -17,16 +17,3 @@ def response(resp):
|
||||||
results.append(base_result_template.format(**res))
|
results.append(base_result_template.format(**res))
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
||||||
#from lxml import html
|
|
||||||
#def request(query, params):
|
|
||||||
# params['method'] = 'POST'
|
|
||||||
# params['url'] = 'https://duckduckgo.com/html'
|
|
||||||
# params['data']['q'] = query
|
|
||||||
# return params
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#def response(resp):
|
|
||||||
# dom = html.fromstring(resp.text)
|
|
||||||
# results = dom.xpath('//div[@class="results_links results_links_deep web-result"]')
|
|
||||||
# return [html.tostring(x) for x in results]
|
|
||||||
|
|
Loading…
Reference in New Issue