mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: add right dao
This commit is contained in:
parent
21bfb4996e
commit
5a8ac4078a
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue