mirror of
https://github.com/searxng/searxng.git
synced 2025-02-21 12:49:02 +00:00
add little comment
This commit is contained in:
parent
64a68a7296
commit
80f98d6041
@ -47,6 +47,7 @@ def response(resp):
|
|||||||
|
|
||||||
doc = fromstring(resp.text)
|
doc = fromstring(resp.text)
|
||||||
|
|
||||||
|
# parse results
|
||||||
for r in doc.xpath(result_xpath):
|
for r in doc.xpath(result_xpath):
|
||||||
try:
|
try:
|
||||||
res_url = r.xpath(url_xpath)[-1]
|
res_url = r.xpath(url_xpath)[-1]
|
||||||
|
Loading…
Reference in New Issue
Block a user