mirror of
https://github.com/searxng/searxng.git
synced 2026-01-16 19:45:31 +00:00
[feat] engines: add fynd engine (#5616)
The engine is quite fast (< 30ms) and provides very decent search results for most short queries. More information: - <https://fynd.com> - <https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/>
This commit is contained in:
@@ -942,6 +942,26 @@ engines:
|
||||
shortcut: frk
|
||||
disabled: true
|
||||
|
||||
- name: fynd
|
||||
engine: xpath
|
||||
search_url: https://fynd.bot/?search={query}&offset={pageno}
|
||||
results_xpath: //div[contains(@class, "result-item")]
|
||||
url_xpath: .//a/@href
|
||||
title_xpath: .//div[contains(@class, "title-line")]
|
||||
content_xpath: .//div[contains(@class, "description")]
|
||||
thumbnail_xpath: .//img[contains(@class, "preview-img")]/@src
|
||||
paging: true
|
||||
first_page_num: 0
|
||||
page_size: 10
|
||||
categories: general
|
||||
disabled: true
|
||||
shortcut: fynd
|
||||
about:
|
||||
website: https://fynd.bot
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
|
||||
- name: fyyd
|
||||
engine: fyyd
|
||||
shortcut: fy
|
||||
|
||||
Reference in New Issue
Block a user