mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
[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
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user