diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-20 22:48:13 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-20 22:48:13 +0100 |
| commit | ceb94dc2b322212ee3622927f5f4c289c04a798e (patch) | |
| tree | 7c22126d289901ebc13334d06ce79eba499a537a /config/services | |
| parent | 95644485ac1402a8dc84c520a3ded7b29720f950 (diff) | |
searx: engines: alternativeto: remove (broken)
Diffstat (limited to 'config/services')
| -rw-r--r-- | config/services/web/searx/searx/engines.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix index 9b51d16..259ea74 100644 --- a/config/services/web/searx/searx/engines.nix +++ b/config/services/web/searx/searx/engines.nix @@ -68,33 +68,6 @@ in { "gigablast" "startpage" ]) ++ [ - { # AlternativeTo - name = "alternativeto"; - engine = "xpath"; - paging = true; - search_url = makeSearchUrl { - baseUrl = "https://alternativeto.net/browse/search"; - queryKeyword = "q"; - pageKeyword = "p"; - extraParameters = { ignoreExactMatch = "true"; }; - }; - results_xpath = ''//div[@class="AppListItem_appInfo__1jPpe"]''; - # ''//article[@class="row app-list-item"]/div[@class="col-xs-10 col-sm-10 col-md-11 col-lg-offset-1 col-lg-11"]''; - url_xpath = ".//h2/a/@href"; - title_xpath = ".//h2/a"; - content_xpath = "./span/p"; - shortcut = "a2"; - categories = "it"; - disabled = true; - about = { - website = "https://alternativeto.net/"; - wikidata_id = "Q3613175"; - official_api_documentation = ""; - use_official_api = false; - require_api_key = false; - results = "HTML"; - }; - } { name = "nlab"; engine = "xpath"; |
