From e30d490429b7f845b237ee5cd8a021d39812637d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 12 Mar 2026 15:20:53 +0100 Subject: [PATCH] [mod] right dao: remove engine (#5849) Since about a month, the website just says "temporarily unavailable", so it's safe to assume that it's just no longer working Related: - https://github.com/searxng/searxng/pull/3798 --- searx/settings.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index 75199b2ae..6eb589559 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1792,24 +1792,6 @@ engines: # https://docs.searxng.org/dev/engines/online/reuters.html # sort_order = "relevance" - - 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