Compare commits
2
Commits
3fd1f4d6cf
...
4ba21094ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ba21094ca | ||
|
|
b279f97052 |
+129
-181
@@ -18,7 +18,6 @@ general:
|
|||||||
open_metrics: ''
|
open_metrics: ''
|
||||||
|
|
||||||
brand:
|
brand:
|
||||||
new_issue_url: https://github.com/searxng/searxng/issues/new
|
|
||||||
docs_url: https://docs.searxng.org/
|
docs_url: https://docs.searxng.org/
|
||||||
public_instances: https://searx.space
|
public_instances: https://searx.space
|
||||||
wiki_url: https://github.com/searxng/searxng/wiki
|
wiki_url: https://github.com/searxng/searxng/wiki
|
||||||
@@ -29,12 +28,21 @@ brand:
|
|||||||
# links:
|
# links:
|
||||||
# Uptime: https://uptime.searxng.org/history/darmarit-org
|
# Uptime: https://uptime.searxng.org/history/darmarit-org
|
||||||
# About: "https://searxng.org"
|
# About: "https://searxng.org"
|
||||||
|
# pwa_colors:
|
||||||
|
# # Custom settings for PWA icon an colors used in manifest.json
|
||||||
|
# # Default colors are:
|
||||||
|
# theme_color_light: "#3050ff"
|
||||||
|
# background_color_light: "fff"
|
||||||
|
# theme_color_dark: "#58f"
|
||||||
|
# background_color_dark: "#222428"
|
||||||
|
# theme_color_black: "#3050ff"
|
||||||
|
# background_color_black: "#000"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# Filter results. 0: None, 1: Moderate, 2: Strict
|
# Filter results. 0: None, 1: Moderate, 2: Strict
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
# Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
# Existing autocomplete backends: "360search", "baidu", "bing", "brave", "dbpedia", "duckduckgo", "google",
|
||||||
# "mwmbl", "naver", "seznam", "sogou", "startpage", "stract", "swisscows", "quark", "qwant", "wikipedia" -
|
# "yandex", "mwmbl", "naver", "seznam", "sogou", "startpage", "swisscows", "quark", "qwant", "wikipedia" -
|
||||||
# leave blank to turn it off by default.
|
# leave blank to turn it off by default.
|
||||||
autocomplete: ""
|
autocomplete: ""
|
||||||
# minimun characters to type before autocompleter starts
|
# minimun characters to type before autocompleter starts
|
||||||
@@ -62,11 +70,11 @@ search:
|
|||||||
suspended_times:
|
suspended_times:
|
||||||
# Engine suspension time after error (in seconds; set to 0 to disable)
|
# Engine suspension time after error (in seconds; set to 0 to disable)
|
||||||
# For error "Access denied" and "HTTP error [402, 403]"
|
# For error "Access denied" and "HTTP error [402, 403]"
|
||||||
SearxEngineAccessDenied: 86400
|
SearxEngineAccessDenied: 180
|
||||||
# For error "CAPTCHA"
|
# For error "CAPTCHA"
|
||||||
SearxEngineCaptcha: 86400
|
SearxEngineCaptcha: 3600
|
||||||
# For error "Too many request" and "HTTP error 429"
|
# For error "Too many request" and "HTTP error 429"
|
||||||
SearxEngineTooManyRequests: 3600
|
SearxEngineTooManyRequests: 180
|
||||||
# Cloudflare CAPTCHA
|
# Cloudflare CAPTCHA
|
||||||
cf_SearxEngineCaptcha: 1296000
|
cf_SearxEngineCaptcha: 1296000
|
||||||
cf_SearxEngineAccessDenied: 86400
|
cf_SearxEngineAccessDenied: 86400
|
||||||
@@ -280,53 +288,6 @@ plugins:
|
|||||||
# '(.*\.)?youtu\.be$': 'yt.example.com'
|
# '(.*\.)?youtu\.be$': 'yt.example.com'
|
||||||
#
|
#
|
||||||
|
|
||||||
checker:
|
|
||||||
# disable checker when in debug mode
|
|
||||||
off_when_debug: true
|
|
||||||
|
|
||||||
# use "scheduling: {}" to disable scheduling
|
|
||||||
# scheduling: interval or int
|
|
||||||
|
|
||||||
# to activate the scheduler:
|
|
||||||
# * uncomment "scheduling" section
|
|
||||||
# * add "cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"
|
|
||||||
# to your uwsgi.ini
|
|
||||||
|
|
||||||
# scheduling:
|
|
||||||
# start_after: [300, 1800] # delay to start the first run of the checker
|
|
||||||
# every: [86400, 90000] # how often the checker runs
|
|
||||||
|
|
||||||
# additional tests: only for the YAML anchors (see the engines section)
|
|
||||||
#
|
|
||||||
additional_tests:
|
|
||||||
rosebud: &test_rosebud
|
|
||||||
matrix:
|
|
||||||
query: rosebud
|
|
||||||
lang: en
|
|
||||||
result_container:
|
|
||||||
- not_empty
|
|
||||||
- ['one_title_contains', 'citizen kane']
|
|
||||||
test:
|
|
||||||
- unique_results
|
|
||||||
|
|
||||||
android: &test_android
|
|
||||||
matrix:
|
|
||||||
query: ['android']
|
|
||||||
lang: ['en', 'de', 'fr', 'zh-CN']
|
|
||||||
result_container:
|
|
||||||
- not_empty
|
|
||||||
- ['one_title_contains', 'google']
|
|
||||||
test:
|
|
||||||
- unique_results
|
|
||||||
|
|
||||||
# tests: only for the YAML anchors (see the engines section)
|
|
||||||
tests:
|
|
||||||
infobox: &tests_infobox
|
|
||||||
infobox:
|
|
||||||
matrix:
|
|
||||||
query: ["linux", "new york", "bbc"]
|
|
||||||
result_container:
|
|
||||||
- has_infobox
|
|
||||||
|
|
||||||
categories_as_tabs:
|
categories_as_tabs:
|
||||||
general:
|
general:
|
||||||
@@ -344,7 +305,7 @@ engines:
|
|||||||
- name: 360search
|
- name: 360search
|
||||||
engine: 360search
|
engine: 360search
|
||||||
shortcut: 360so
|
shortcut: 360so
|
||||||
timeout: 10.0
|
timeout: 20.0
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: 360search videos
|
- name: 360search videos
|
||||||
@@ -352,6 +313,12 @@ engines:
|
|||||||
shortcut: 360sov
|
shortcut: 360sov
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: 500px
|
||||||
|
engine: 500px
|
||||||
|
shortcut: "500"
|
||||||
|
disabled: true
|
||||||
|
timeout: 5
|
||||||
|
|
||||||
- name: 9gag
|
- name: 9gag
|
||||||
engine: 9gag
|
engine: 9gag
|
||||||
shortcut: 9g
|
shortcut: 9g
|
||||||
@@ -426,8 +393,10 @@ engines:
|
|||||||
- name: annas archive
|
- name: annas archive
|
||||||
engine: annas_archive
|
engine: annas_archive
|
||||||
base_url:
|
base_url:
|
||||||
- https://annas-archive.li
|
- https://annas-archive.gl
|
||||||
- https://annas-archive.pm
|
- https://annas-archive.vg
|
||||||
|
- https://annas-archive.pk
|
||||||
|
- https://annas-archive.gd
|
||||||
disabled: true
|
disabled: true
|
||||||
shortcut: aa
|
shortcut: aa
|
||||||
timeout: 5
|
timeout: 5
|
||||||
@@ -480,6 +449,27 @@ engines:
|
|||||||
shortcut: conda
|
shortcut: conda
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: aol
|
||||||
|
engine: aol
|
||||||
|
search_type: search
|
||||||
|
categories: [general]
|
||||||
|
shortcut: aol
|
||||||
|
disabled: true
|
||||||
|
|
||||||
|
- name: aol images
|
||||||
|
engine: aol
|
||||||
|
search_type: image
|
||||||
|
categories: [images]
|
||||||
|
shortcut: aoli
|
||||||
|
disabled: true
|
||||||
|
|
||||||
|
- name: aol videos
|
||||||
|
engine: aol
|
||||||
|
search_type: video
|
||||||
|
categories: [videos]
|
||||||
|
shortcut: aolv
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: arch linux wiki
|
- name: arch linux wiki
|
||||||
engine: archlinux
|
engine: archlinux
|
||||||
shortcut: al
|
shortcut: al
|
||||||
@@ -507,11 +497,6 @@ engines:
|
|||||||
engine: arxiv
|
engine: arxiv
|
||||||
shortcut: arx
|
shortcut: arx
|
||||||
|
|
||||||
- name: ask
|
|
||||||
engine: ask
|
|
||||||
shortcut: ask
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: azure
|
- name: azure
|
||||||
engine: azure
|
engine: azure
|
||||||
shortcut: az
|
shortcut: az
|
||||||
@@ -568,18 +553,22 @@ engines:
|
|||||||
engine: bing
|
engine: bing
|
||||||
shortcut: bi
|
shortcut: bi
|
||||||
disabled: true
|
disabled: true
|
||||||
|
# base_url: https://cn.bing.com # for instances hosted in China
|
||||||
|
|
||||||
- name: bing images
|
- name: bing images
|
||||||
engine: bing_images
|
engine: bing_images
|
||||||
shortcut: bii
|
shortcut: bii
|
||||||
|
# base_url: https://cn.bing.com # for instances hosted in China
|
||||||
|
|
||||||
- name: bing news
|
- name: bing news
|
||||||
engine: bing_news
|
engine: bing_news
|
||||||
shortcut: bin
|
shortcut: bin
|
||||||
|
# base_url: https://cn.bing.com # for instances hosted in China
|
||||||
|
|
||||||
- name: bing videos
|
- name: bing videos
|
||||||
engine: bing_videos
|
engine: bing_videos
|
||||||
shortcut: biv
|
shortcut: biv
|
||||||
|
# base_url: https://cn.bing.com # for instances hosted in China
|
||||||
|
|
||||||
- name: bitchute
|
- name: bitchute
|
||||||
engine: bitchute
|
engine: bitchute
|
||||||
@@ -605,6 +594,11 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
|
- name: boardreader
|
||||||
|
engine: boardreader
|
||||||
|
shortcut: boa
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: bpb
|
- name: bpb
|
||||||
engine: bpb
|
engine: bpb
|
||||||
shortcut: bpb
|
shortcut: bpb
|
||||||
@@ -633,6 +627,11 @@ engines:
|
|||||||
shortcut: cos
|
shortcut: cos
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: cara
|
||||||
|
engine: cara
|
||||||
|
shortcut: ca
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: chefkoch
|
- name: chefkoch
|
||||||
engine: chefkoch
|
engine: chefkoch
|
||||||
shortcut: chef
|
shortcut: chef
|
||||||
@@ -722,22 +721,6 @@ engines:
|
|||||||
engine: yep
|
engine: yep
|
||||||
shortcut: yep
|
shortcut: yep
|
||||||
categories: general
|
categories: general
|
||||||
search_type: web
|
|
||||||
timeout: 15
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: yep images
|
|
||||||
engine: yep
|
|
||||||
shortcut: yepi
|
|
||||||
categories: images
|
|
||||||
search_type: images
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: yep news
|
|
||||||
engine: yep
|
|
||||||
shortcut: yepn
|
|
||||||
categories: news
|
|
||||||
search_type: news
|
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: currency
|
- name: currency
|
||||||
@@ -769,7 +752,6 @@ engines:
|
|||||||
shortcut: ddd
|
shortcut: ddd
|
||||||
weight: 2
|
weight: 2
|
||||||
disabled: true
|
disabled: true
|
||||||
tests: *tests_infobox
|
|
||||||
|
|
||||||
# cloudflare protected
|
# cloudflare protected
|
||||||
# - name: digbt
|
# - name: digbt
|
||||||
@@ -858,7 +840,6 @@ engines:
|
|||||||
weight: 2
|
weight: 2
|
||||||
# add "list" to the array to get results in the results list
|
# add "list" to the array to get results in the results list
|
||||||
display_type: ["infobox"]
|
display_type: ["infobox"]
|
||||||
tests: *tests_infobox
|
|
||||||
categories: [general]
|
categories: [general]
|
||||||
|
|
||||||
- name: duckduckgo
|
- name: duckduckgo
|
||||||
@@ -867,24 +848,21 @@ engines:
|
|||||||
|
|
||||||
- name: duckduckgo images
|
- name: duckduckgo images
|
||||||
engine: duckduckgo_extra
|
engine: duckduckgo_extra
|
||||||
categories: [images, web]
|
categories: [images]
|
||||||
ddg_category: images
|
ddg_category: images
|
||||||
shortcut: ddi
|
shortcut: ddi
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: duckduckgo videos
|
- name: duckduckgo videos
|
||||||
engine: duckduckgo_extra
|
engine: duckduckgo_extra
|
||||||
categories: [videos, web]
|
categories: [videos]
|
||||||
ddg_category: videos
|
ddg_category: videos
|
||||||
shortcut: ddv
|
shortcut: ddv
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: duckduckgo news
|
- name: duckduckgo news
|
||||||
engine: duckduckgo_extra
|
engine: duckduckgo_extra
|
||||||
categories: [news, web]
|
categories: [news]
|
||||||
ddg_category: news
|
ddg_category: news
|
||||||
shortcut: ddn
|
shortcut: ddn
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: duckduckgo weather
|
- name: duckduckgo weather
|
||||||
engine: duckduckgo_weather
|
engine: duckduckgo_weather
|
||||||
@@ -950,6 +928,11 @@ engines:
|
|||||||
shortcut: ftm
|
shortcut: ftm
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: flaticon
|
||||||
|
engine: flaticon
|
||||||
|
shortcut: fli
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: flickr
|
- name: flickr
|
||||||
categories: images
|
categories: images
|
||||||
shortcut: fl
|
shortcut: fl
|
||||||
@@ -991,7 +974,12 @@ engines:
|
|||||||
|
|
||||||
- name: fynd
|
- name: fynd
|
||||||
engine: xpath
|
engine: xpath
|
||||||
search_url: https://fynd.bot/?search={query}&offset={pageno}
|
search_url: https://fynd.bot/?search={query}&offset={pageno}{safe_search}
|
||||||
|
safesearch: true
|
||||||
|
safe_search_map:
|
||||||
|
0: '&safe=0'
|
||||||
|
1: '&safe=1'
|
||||||
|
2: '&safe=1'
|
||||||
results_xpath: //div[contains(@class, "result-item")]
|
results_xpath: //div[contains(@class, "result-item")]
|
||||||
url_xpath: .//a/@href
|
url_xpath: .//a/@href
|
||||||
title_xpath: .//div[contains(@class, "title-line")]
|
title_xpath: .//div[contains(@class, "title-line")]
|
||||||
@@ -1085,6 +1073,11 @@ engines:
|
|||||||
shortcut: gitea
|
shortcut: gitea
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: gmx
|
||||||
|
engine: gmx
|
||||||
|
shortcut: gmx
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: goodreads
|
- name: goodreads
|
||||||
engine: goodreads
|
engine: goodreads
|
||||||
shortcut: good
|
shortcut: good
|
||||||
@@ -1094,32 +1087,18 @@ engines:
|
|||||||
- name: google
|
- name: google
|
||||||
engine: google
|
engine: google
|
||||||
shortcut: go
|
shortcut: go
|
||||||
# additional_tests:
|
|
||||||
# android: *test_android
|
|
||||||
|
|
||||||
- name: google images
|
- name: google images
|
||||||
engine: google_images
|
engine: google_images
|
||||||
shortcut: goi
|
shortcut: goi
|
||||||
# additional_tests:
|
|
||||||
# android: *test_android
|
|
||||||
# dali:
|
|
||||||
# matrix:
|
|
||||||
# query: ['Dali Christ']
|
|
||||||
# lang: ['en', 'de', 'fr', 'zh-CN']
|
|
||||||
# result_container:
|
|
||||||
# - ['one_title_contains', 'Salvador']
|
|
||||||
|
|
||||||
- name: google news
|
- name: google news
|
||||||
engine: google_news
|
engine: google_news
|
||||||
shortcut: gon
|
shortcut: gon
|
||||||
# additional_tests:
|
|
||||||
# android: *test_android
|
|
||||||
|
|
||||||
- name: google videos
|
- name: google videos
|
||||||
engine: google_videos
|
engine: google_videos
|
||||||
shortcut: gov
|
shortcut: gov
|
||||||
# additional_tests:
|
|
||||||
# android: *test_android
|
|
||||||
|
|
||||||
- name: google scholar
|
- name: google scholar
|
||||||
engine: google_scholar
|
engine: google_scholar
|
||||||
@@ -1272,6 +1251,35 @@ engines:
|
|||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: karmasearch
|
||||||
|
engine: karmasearch
|
||||||
|
categories: [general, web]
|
||||||
|
search_type: web
|
||||||
|
shortcut: ka
|
||||||
|
inactive: true
|
||||||
|
|
||||||
|
- name: karmasearch images
|
||||||
|
engine: karmasearch
|
||||||
|
categories: [images, web]
|
||||||
|
search_type: images
|
||||||
|
shortcut: kai
|
||||||
|
paging: false
|
||||||
|
inactive: true
|
||||||
|
|
||||||
|
- name: karmasearch videos
|
||||||
|
engine: karmasearch
|
||||||
|
categories: [videos, web]
|
||||||
|
search_type: videos
|
||||||
|
shortcut: kav
|
||||||
|
inactive: true
|
||||||
|
|
||||||
|
- name: karmasearch news
|
||||||
|
engine: karmasearch
|
||||||
|
categories: [news, web]
|
||||||
|
search_type: news
|
||||||
|
shortcut: kan
|
||||||
|
inactive: true
|
||||||
|
|
||||||
- name: kickass
|
- name: kickass
|
||||||
engine: kickass
|
engine: kickass
|
||||||
base_url:
|
base_url:
|
||||||
@@ -1351,8 +1359,9 @@ engines:
|
|||||||
- name: lingva
|
- name: lingva
|
||||||
engine: lingva
|
engine: lingva
|
||||||
shortcut: lv
|
shortcut: lv
|
||||||
|
timeout: 6.0
|
||||||
# set lingva instance in url, by default it will use the official instance
|
# set lingva instance in url, by default it will use the official instance
|
||||||
# url: https://lingva.thedaviddelta.com
|
# url: https://lingva.ml
|
||||||
|
|
||||||
- name: lobste.rs
|
- name: lobste.rs
|
||||||
engine: xpath
|
engine: xpath
|
||||||
@@ -1429,7 +1438,6 @@ engines:
|
|||||||
engine: metacpan
|
engine: metacpan
|
||||||
shortcut: cpan
|
shortcut: cpan
|
||||||
disabled: true
|
disabled: true
|
||||||
number_of_results: 20
|
|
||||||
|
|
||||||
# https://docs.searxng.org/dev/engines/offline/search-indexer-engines.html#module-searx.engines.meilisearch
|
# https://docs.searxng.org/dev/engines/offline/search-indexer-engines.html#module-searx.engines.meilisearch
|
||||||
# - name: meilisearch
|
# - name: meilisearch
|
||||||
@@ -1643,6 +1651,10 @@ engines:
|
|||||||
# Hide obsolete PDB entries. Default is not to hide obsolete structures
|
# Hide obsolete PDB entries. Default is not to hide obsolete structures
|
||||||
# hide_obsolete: false
|
# hide_obsolete: false
|
||||||
|
|
||||||
|
- name: pexels
|
||||||
|
engine: pexels
|
||||||
|
shortcut: pe
|
||||||
|
|
||||||
- name: photon
|
- name: photon
|
||||||
engine: photon
|
engine: photon
|
||||||
shortcut: ph
|
shortcut: ph
|
||||||
@@ -1723,10 +1735,6 @@ engines:
|
|||||||
# image proxy of https://pixiv.perennialte.ch
|
# image proxy of https://pixiv.perennialte.ch
|
||||||
# - https://pximg.perennialte.ch
|
# - https://pximg.perennialte.ch
|
||||||
|
|
||||||
- name: podcastindex
|
|
||||||
engine: podcastindex
|
|
||||||
shortcut: podcast
|
|
||||||
|
|
||||||
# Required dependency: psychopg2
|
# Required dependency: psychopg2
|
||||||
# - name: postgresql
|
# - name: postgresql
|
||||||
# engine: postgresql
|
# engine: postgresql
|
||||||
@@ -1825,8 +1833,6 @@ engines:
|
|||||||
shortcut: qw
|
shortcut: qw
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
disabled: true
|
disabled: true
|
||||||
additional_tests:
|
|
||||||
rosebud: *test_rosebud
|
|
||||||
|
|
||||||
- name: qwant news
|
- name: qwant news
|
||||||
qwant_categ: news
|
qwant_categ: news
|
||||||
@@ -1834,6 +1840,7 @@ engines:
|
|||||||
shortcut: qwn
|
shortcut: qwn
|
||||||
categories: news
|
categories: news
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: qwant images
|
- name: qwant images
|
||||||
qwant_categ: images
|
qwant_categ: images
|
||||||
@@ -1841,6 +1848,7 @@ engines:
|
|||||||
shortcut: qwi
|
shortcut: qwi
|
||||||
categories: [images, web]
|
categories: [images, web]
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: qwant videos
|
- name: qwant videos
|
||||||
qwant_categ: videos
|
qwant_categ: videos
|
||||||
@@ -1848,6 +1856,7 @@ engines:
|
|||||||
shortcut: qwv
|
shortcut: qwv
|
||||||
categories: [videos, web]
|
categories: [videos, web]
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
# - name: library
|
# - name: library
|
||||||
# engine: recoll
|
# engine: recoll
|
||||||
@@ -1887,24 +1896,6 @@ engines:
|
|||||||
# https://docs.searxng.org/dev/engines/online/reuters.html
|
# https://docs.searxng.org/dev/engines/online/reuters.html
|
||||||
# sort_order = "relevance"
|
# sort_order = "relevance"
|
||||||
|
|
||||||
- name: right dao
|
|
||||||
engine: xpath
|
|
||||||
paging: true
|
|
||||||
page_size: 12
|
|
||||||
search_url: https://rightdao.com/search?q={query}&start={pageno}
|
|
||||||
results_xpath: //div[contains(@class, "description")]
|
|
||||||
url_xpath: ../div[contains(@class, "title")]/a/@href
|
|
||||||
title_xpath: ../div[contains(@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
|
- name: rottentomatoes
|
||||||
engine: rottentomatoes
|
engine: rottentomatoes
|
||||||
shortcut: rt
|
shortcut: rt
|
||||||
@@ -2013,12 +2004,6 @@ engines:
|
|||||||
base_url: 'https://discourse.pi-hole.net'
|
base_url: 'https://discourse.pi-hole.net'
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: searchcode code
|
|
||||||
engine: searchcode_code
|
|
||||||
shortcut: scc
|
|
||||||
disabled: true
|
|
||||||
inactive: true
|
|
||||||
|
|
||||||
# - name: searx
|
# - name: searx
|
||||||
# engine: searx_engine
|
# engine: searx_engine
|
||||||
# shortcut: se
|
# shortcut: se
|
||||||
@@ -2062,8 +2047,6 @@ engines:
|
|||||||
shortcut: sp
|
shortcut: sp
|
||||||
startpage_categ: web
|
startpage_categ: web
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
additional_tests:
|
|
||||||
rosebud: *test_rosebud
|
|
||||||
|
|
||||||
- name: startpage news
|
- name: startpage news
|
||||||
engine: startpage
|
engine: startpage
|
||||||
@@ -2221,6 +2204,7 @@ engines:
|
|||||||
- name: yahoo news
|
- name: yahoo news
|
||||||
engine: yahoo_news
|
engine: yahoo_news
|
||||||
shortcut: yhn
|
shortcut: yhn
|
||||||
|
inactive: true
|
||||||
|
|
||||||
- name: youtube
|
- name: youtube
|
||||||
shortcut: yt
|
shortcut: yt
|
||||||
@@ -2286,8 +2270,6 @@ engines:
|
|||||||
base_url: "https://{language}.wikiquote.org/"
|
base_url: "https://{language}.wikiquote.org/"
|
||||||
search_type: text
|
search_type: text
|
||||||
disabled: true
|
disabled: true
|
||||||
additional_tests:
|
|
||||||
rosebud: *test_rosebud
|
|
||||||
about:
|
about:
|
||||||
website: https://www.wikiquote.org/
|
website: https://www.wikiquote.org/
|
||||||
wikidata_id: Q369
|
wikidata_id: Q369
|
||||||
@@ -2314,16 +2296,6 @@ engines:
|
|||||||
about:
|
about:
|
||||||
website: https://species.wikimedia.org/
|
website: https://species.wikimedia.org/
|
||||||
wikidata_id: Q13679
|
wikidata_id: Q13679
|
||||||
tests:
|
|
||||||
wikispecies:
|
|
||||||
matrix:
|
|
||||||
query: "Campbell, L.I. et al. 2011: MicroRNAs"
|
|
||||||
lang: en
|
|
||||||
result_container:
|
|
||||||
- not_empty
|
|
||||||
- ['one_title_contains', 'Tardigrada']
|
|
||||||
test:
|
|
||||||
- unique_results
|
|
||||||
|
|
||||||
- name: wiktionary
|
- name: wiktionary
|
||||||
engine: mediawiki
|
engine: mediawiki
|
||||||
@@ -2483,6 +2455,11 @@ engines:
|
|||||||
shortcut: mp
|
shortcut: mp
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: national vulnerability database
|
||||||
|
engine: nvd
|
||||||
|
shortcut: nvd
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: naver
|
- name: naver
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
engine: naver
|
engine: naver
|
||||||
@@ -2586,13 +2563,6 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
inactive: true
|
inactive: true
|
||||||
|
|
||||||
- name: livespace
|
|
||||||
engine: livespace
|
|
||||||
shortcut: ls
|
|
||||||
categories: videos
|
|
||||||
disabled: true
|
|
||||||
timeout: 5.0
|
|
||||||
|
|
||||||
- name: wordnik
|
- name: wordnik
|
||||||
engine: wordnik
|
engine: wordnik
|
||||||
shortcut: wnik
|
shortcut: wnik
|
||||||
@@ -2617,34 +2587,6 @@ engines:
|
|||||||
results: HTML
|
results: HTML
|
||||||
language: de
|
language: de
|
||||||
|
|
||||||
- name: seekr news
|
|
||||||
engine: seekr
|
|
||||||
shortcut: senews
|
|
||||||
categories: news
|
|
||||||
seekr_category: news
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: seekr images
|
|
||||||
engine: seekr
|
|
||||||
network: seekr news
|
|
||||||
shortcut: seimg
|
|
||||||
categories: images
|
|
||||||
seekr_category: images
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: seekr videos
|
|
||||||
engine: seekr
|
|
||||||
network: seekr news
|
|
||||||
shortcut: sevid
|
|
||||||
categories: videos
|
|
||||||
seekr_category: videos
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: stract
|
|
||||||
engine: stract
|
|
||||||
shortcut: str
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: svgrepo
|
- name: svgrepo
|
||||||
engine: svgrepo
|
engine: svgrepo
|
||||||
shortcut: svg
|
shortcut: svg
|
||||||
@@ -2696,6 +2638,12 @@ engines:
|
|||||||
shortcut: wttr
|
shortcut: wttr
|
||||||
timeout: 9.0
|
timeout: 9.0
|
||||||
|
|
||||||
|
- name: braveapi
|
||||||
|
engine: braveapi
|
||||||
|
# read https://docs.searxng.org/dev/engines/online/brave.html
|
||||||
|
api_key: ""
|
||||||
|
inactive: true
|
||||||
|
|
||||||
- name: brave
|
- name: brave
|
||||||
engine: brave
|
engine: brave
|
||||||
shortcut: br
|
shortcut: br
|
||||||
|
|||||||
Reference in New Issue
Block a user