[fix] comments removed

This commit is contained in:
asciimoo 2013-10-15 01:19:51 +02:00
parent fad906453f
commit cfba30f1ba
1 changed files with 0 additions and 13 deletions

View File

@ -17,16 +17,3 @@ def response(resp):
results.append(base_result_template.format(**res))
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]