summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorFinn Steffens <34682885+0xhtml@users.noreply.github.com>2024-09-12 17:51:47 +0200
committerGitHub <noreply@github.com>2024-09-12 17:51:47 +0200
commit9e2bfe14db3020a5020491721f8784672c6060f2 (patch)
tree31f3ee98a9a0531767caa6a6ea7c0660a852964b /searx
parentf05566d925772ae38274c0b4b1b4ea6d4c1733ee (diff)
downloadsearxng-9e2bfe14db3020a5020491721f8784672c6060f2.tar.gz
searxng-9e2bfe14db3020a5020491721f8784672c6060f2.zip
[feat] engine: add right dao
* [feat] engine: add right dao * [enh] right dao engine: allow additional classes Allow additional classes while parsing to prevent the engine from breaking in the future if additional classes are added to the elements. Co-authored-by: Bnyro <bnyro@tutanota.com> --------- Co-authored-by: Bnyro <bnyro@tutanota.com>
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index a05542321..4417485bc 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[contains(@class, "description")]
+ url_xpath: ../div[contains(@class, "title")]/a/@href
+ title_xpath: ../div[contains(@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