forked from Ponysearch/Ponysearch
[fix] XPath engine lobste.rs - argument utf8 is no longer needed
Closes: https://github.com/searxng/searxng/issues/3279 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
3529f0af50
commit
3179993847
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ engines:
|
||||||
|
|
||||||
- name: lobste.rs
|
- name: lobste.rs
|
||||||
engine: xpath
|
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")]
|
results_xpath: //li[contains(@class, "story")]
|
||||||
url_xpath: .//a[@class="u-url"]/@href
|
url_xpath: .//a[@class="u-url"]/@href
|
||||||
title_xpath: .//a[@class="u-url"]
|
title_xpath: .//a[@class="u-url"]
|
||||||
|
|
Loading…
Reference in a new issue