From 5a8ac4078acdf9b6a413fb686334c9e928622267 Mon Sep 17 00:00:00 2001 From: 0xhtml <34682885+0xhtml@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:18:10 +0200 Subject: [PATCH] [feat] engine: add right dao --- searx/settings.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index a05542321..689c40917 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1548,6 +1548,24 @@ engines: page_size: 25 disabled: true + - name: right dao + engine: xpath + paging: true + page_size: 12 + search_url: https://rightdao.com/search?q={query}&start={pageno} + results_xpath: //div[@class="description"] + url_xpath: ../div[@class="title"]/a/@href + title_xpath: ../div[@class="title"] + content_xpath: . + categories: general + shortcut: rd + disabled: true + about: + website: https://rightdao.com/ + use_official_api: false + require_api_key: false + results: HTML + - name: rottentomatoes engine: rottentomatoes shortcut: rt