Skip to content

Commit

Permalink
[fix] XPath engine - argument utf8 is no longer needed
Browse files Browse the repository at this point in the history
Closes: searxng#3279
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Mar 6, 2024
1 parent 76b1854 commit 89b396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ engines:

- name: lobste.rs
engine: xpath
search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
search_url: https://lobste.rs/search?q={query}&what=stories&order=relevance
results_xpath: //li[contains(@class, "story")]
url_xpath: .//a[@class="u-url"]/@href
title_xpath: .//a[@class="u-url"]
Expand Down

0 comments on commit 89b396e

Please sign in to comment.