diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 22:49:44 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 22:49:44 +0100 |
| commit | 0e3b0116595017f599d540725cde43de09bcaf19 (patch) | |
| tree | f31f56c35264b56a755591e27203cacfbd192175 /config/services | |
| parent | 00502b9f169f030cddc83b9b9b75a25de09a14e4 (diff) | |
| parent | 27171dd34a5ccc269517c1398f8cb1fe5fa6657a (diff) | |
Merge branch 'master' into testing
Diffstat (limited to 'config/services')
| -rw-r--r-- | config/services/web/searx/searx/engines.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix index 2d9a67f..c85666a 100644 --- a/config/services/web/searx/searx/engines.nix +++ b/config/services/web/searx/searx/engines.nix @@ -101,10 +101,10 @@ in { baseUrl = "https://emojipedia.org/search/"; queryKeyword = "q"; }; - results_xpath = ''//ol[@class="search-results"]/li''; - url_xpath = "./h2/a/@href"; - title_xpath = "./h2/a"; - content_xpath = "./p"; + results_xpath = ''//ol[@class="search-results"]/li/h2''; + url_xpath = "./a/@href"; + title_xpath = "./a"; + content_xpath = "../p"; shortcut = "emoji"; disabled = true; about = { |
