diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-04 13:11:10 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-04 13:11:39 +0100 |
| commit | 3362029ceb7076c9351ffac34133669faf661ac1 (patch) | |
| tree | c7f168f4cef404e7c2fe4286b8052df805da7794 /config/services/web | |
| parent | 3221a771ee11e18c6cb3eb2a654626259ab134c1 (diff) | |
services: web: searx: engines: update to v1.1.0
Diffstat (limited to 'config/services/web')
| -rw-r--r-- | config/services/web/searx/searx/engines.nix | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix index 5e4609a..76f0ca8 100644 --- a/config/services/web/searx/searx/engines.nix +++ b/config/services/web/searx/searx/engines.nix @@ -54,7 +54,7 @@ in { # files "btdigg" # images - "ccengine" + "openverse" "bing images" "library of congress" "qwant images" @@ -96,28 +96,6 @@ in { results = "HTML"; }; } - { # Emojipedia - name = "emojipedia"; - engine = "xpath"; - search_url = makeSearchUrl { - baseUrl = "https://emojipedia.org/search/"; - queryKeyword = "q"; - }; - results_xpath = ''//ol[@class="search-results"]/li/h2''; - url_xpath = "./a/@href"; - title_xpath = "./a"; - content_xpath = "../p"; - shortcut = "emoji"; - disabled = true; - about = { - website = "https://emojipedia.org/"; - wikidata_id = "Q22908129"; - official_api_documentation = ""; - use_official_api = false; - require_api_key = false; - results = "HTML"; - }; - } { name = "nlab"; engine = "xpath"; |
