diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-04 13:25:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-04 13:25:42 +0200 |
| commit | 3b1acdd5c524b03dd39d722324c968fc9e048da9 (patch) | |
| tree | 6adefe8745a5aef0807bfab1501a65e3088031d8 /searx | |
| parent | 018537080ce6135d41cd0697cef7c73a4ce372ab (diff) | |
| parent | 730073b850b60a145559e6b2d86c19df79633ac4 (diff) | |
Merge pull request #288 from return42/enh-brave
[enh] add suggestions to brave engine
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index aec925087..67046f478 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1585,6 +1585,7 @@ engines: url_xpath: //div[@class="snippet fdb"]/a/@href title_xpath: //span[@class="snippet-title"] content_xpath: //p[1][@class="snippet-description"] + suggestion_xpath: //div[@class="text-gray h6"]/a categories: general about: website: https://brave.com/search/ |