From c76c999a1eeecae265573b12e81ae74f56988820 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 10 Aug 2023 16:12:53 +0200 Subject: [PATCH] [feat] engine: implementation of anaconda --- searx/settings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index e3f3421fc..d7d5d2c48 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -328,6 +328,20 @@ engines: enable_http: true shortcut: ah + - name: anaconda + engine: xpath + paging: true + first_page_num: 0 + search_url: https://anaconda.org/search?q={query}&page={pageno} + results_xpath: //tbody/tr + url_xpath: ./td/h5/a[last()]/@href + title_xpath: ./td/h5 + content_xpath: ./td[h5]/text() + categories: it + timeout: 6.0 + shortcut: conda + disabled: true + - name: arch linux wiki engine: archlinux shortcut: al