summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/services/web/searx/searx/engines.nix24
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";