diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-06 11:44:58 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-06 13:24:50 +0100 |
commit | 3179993847a3005bd7769d2d338c14ac54bc2925 (patch) | |
tree | dcc830580cfdb21b400b0f7e4ce380ee10632a5a /searx/settings.yml | |
parent | 3529f0af504d1cf9278a08af64a052950ede4c10 (diff) | |
download | searxng-3179993847a3005bd7769d2d338c14ac54bc2925.tar.gz searxng-3179993847a3005bd7769d2d338c14ac54bc2925.zip |
[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>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 33ea46715..78dfb0c10 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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"] |