Skip to content

Commit

Permalink
Fix the StartPage result title is showing the url
Browse files Browse the repository at this point in the history
Fix the issue 2395 where StartPage result title is showing the url. searx#2395
  • Loading branch information
lucky13820 authored Dec 16, 2020
1 parent 002d53a commit fea8958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searx/engines/startpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# ads xpath //div[@id="results"]/div[@id="sponsored"]//div[@class="result"]
# not ads: div[@class="result"] are the direct childs of div[@id="results"]
results_xpath = '//div[@class="w-gl__result__main"]'
link_xpath = './/a[@class="w-gl__result-url result-link"]'
link_xpath = './/a[@class="w-gl__result-title result-link"]'
content_xpath = './/p[@class="w-gl__description"]'


Expand Down

0 comments on commit fea8958

Please sign in to comment.