mirror of
https://github.com/searxng/searxng.git
synced 2026-06-04 17:07:17 +02:00
[fix] gabanza: result URLs are invalid
This commit is contained in:
+2
-1
@@ -968,9 +968,10 @@ engines:
|
||||
engine: xpath
|
||||
search_url: https://www.gabanza.com/search?query={query}
|
||||
shortcut: gab
|
||||
timeout: 4
|
||||
disabled: true
|
||||
results_xpath: //div[contains(@class, "border-t")]/div/div
|
||||
url_xpath: .//a/@href
|
||||
url_xpath: (.//a/@href)[1]
|
||||
title_xpath: ./a
|
||||
content_xpath: .//p
|
||||
about:
|
||||
|
||||
Reference in New Issue
Block a user