mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 13:41:03 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue