[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:
Bnyro
2026-01-16 08:39:16 +01:00
committed by GitHub
parent 3f80eb80d0
commit b93a68bb48

View File

@@ -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