mirror of
https://github.com/searx/searx
synced 2025-08-31 06:26:28 +00:00
add little comment
This commit is contained in:
@@ -47,6 +47,7 @@ def response(resp):
|
||||
|
||||
doc = fromstring(resp.text)
|
||||
|
||||
# parse results
|
||||
for r in doc.xpath(result_xpath):
|
||||
try:
|
||||
res_url = r.xpath(url_xpath)[-1]
|
||||
|
Reference in New Issue
Block a user