mirror of
https://github.com/searxng/searxng.git
synced 2026-06-22 17:48:33 +02:00
[feat] engines: add unobtanium.rocks (personal websites search)
This commit is contained in:
@@ -2425,6 +2425,24 @@ engines:
|
||||
engine: unsplash
|
||||
shortcut: us
|
||||
|
||||
- name: unobtanium
|
||||
engine: xpath
|
||||
shortcut: uno
|
||||
categories: [general, blogs]
|
||||
paging: true
|
||||
first_page_num: 0
|
||||
search_url: https://unobtanium.rocks/search?search={query}&page={pageno}
|
||||
results_xpath: //ul[contains(@class, 'search-results')]/li
|
||||
url_xpath: .//a/@href
|
||||
title_xpath: .//a/b
|
||||
content_xpath: .//p[2]
|
||||
disabled: true
|
||||
inactive: true
|
||||
about:
|
||||
website: https://unobtanium.rocks
|
||||
description: "Personal websites focused search engine."
|
||||
results: HTML
|
||||
|
||||
- name: yandex
|
||||
engine: yandex
|
||||
categories: general
|
||||
|
||||
Reference in New Issue
Block a user