diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 13:00:20 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 13:00:20 +0200 |
| commit | ec74229a3414acc82375df1ac265654fffa2f5a8 (patch) | |
| tree | 733f5ec8f14d38f22616076227abc7585fd0c880 /config/searx/default.nix | |
| parent | 5181c5544bb28ca1b5d5b746b6cdfd1ff30f41da (diff) | |
set searx engine names to lowercase
Diffstat (limited to 'config/searx/default.nix')
| -rw-r--r-- | config/searx/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix index 05772f2..5e2c4c4 100644 --- a/config/searx/default.nix +++ b/config/searx/default.nix @@ -101,7 +101,7 @@ in { "photon" ]) ++ [ { - name = "Emojipedia"; + name = "emojipedia"; engine = "xpath"; search_url = "https://emojipedia.org/search/?q={query}"; url_xpath = ''//ol[@class="search-results"]/li/h2/a/@href''; @@ -119,7 +119,7 @@ in { }; } { - name = "AlternativeTo"; + name = "alternativeTo"; engine = "xpath"; paging = true; search_url = "https://alternativeto.net/browse/search?q={query}&p={pageno}"; |
