From a85a5e279441c236028f5cf024e0ff7f653d7998 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 18 Jun 2026 17:29:10 +0200 Subject: [PATCH] [feat] engines: add unobtanium.rocks (personal websites search) --- searx/settings.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 0261c0b7d..849dc4601 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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