settings.yml 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755
  1. general:
  2. debug: false # Debug mode, only for development
  3. instance_name: "SearXNG" # displayed name
  4. contact_url: false # mailto:contact@example.com
  5. brand:
  6. new_issue_url: https://github.com/searxng/searxng/issues/new
  7. docs_url: https://searxng.github.io/searxng
  8. public_instances: https://searx.space
  9. wiki_url: https://github.com/searxng/searxng/wiki
  10. issue_url: https://github.com/searxng/searxng/issues
  11. search:
  12. # Filter results. 0: None, 1: Moderate, 2: Strict
  13. safe_search: 0
  14. # Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
  15. # "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
  16. # by default.
  17. autocomplete: ""
  18. # Default search language - leave blank to detect from browser information or
  19. # use codes from 'languages.py'
  20. default_lang: ""
  21. # Available languages
  22. # languages:
  23. # - all
  24. # - es
  25. # - de
  26. # - it-IT
  27. # - en-GB
  28. # ban time in seconds after engine errors
  29. ban_time_on_fail: 5
  30. # max ban time in seconds after engine errors
  31. max_ban_time_on_fail: 120
  32. # remove format to deny access, use lower case.
  33. # formats: [html, csv, json, rss]
  34. formats:
  35. - html
  36. server:
  37. # If you change port, bind_address or base_url don't forget to rebuild
  38. # instance's enviroment (make buildenv)
  39. port: 8888
  40. bind_address: "127.0.0.1"
  41. base_url: false # Possible values: false or "https://example.org/location".
  42. # If your instance owns a /etc/searxng/settings.yml file, then set the following
  43. # values there.
  44. secret_key: "ultrasecretkey" # change this!
  45. # Proxying image results through searx
  46. image_proxy: false
  47. # 1.0 and 1.1 are supported
  48. http_protocol_version: "1.0"
  49. # POST queries are more secure as they don't show up in history but may cause
  50. # problems when using Firefox containers
  51. method: "POST"
  52. default_http_headers:
  53. X-Content-Type-Options: nosniff
  54. X-XSS-Protection: 1; mode=block
  55. X-Download-Options: noopen
  56. X-Robots-Tag: noindex, nofollow
  57. Referrer-Policy: no-referrer
  58. redis:
  59. # https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
  60. url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
  61. ui:
  62. # Custom static path - leave it blank if you didn't change
  63. static_path: ""
  64. # Custom templates path - leave it blank if you didn't change
  65. templates_path: ""
  66. # query_in_title: When true, the result page's titles contains the query
  67. # it decreases the privacy, since the browser can records the page titles.
  68. query_in_title: false
  69. # ui theme
  70. default_theme: oscar
  71. # Default interface locale - leave blank to detect from browser information or
  72. # use codes from the 'locales' config section
  73. default_locale: ""
  74. theme_args:
  75. # default style of oscar
  76. oscar_style: logicodev
  77. # style of simple theme: auto, light, dark
  78. simple_style: auto
  79. # Open result links in a new tab by default
  80. # results_on_new_tab: false
  81. # categories_order :
  82. # - general
  83. # - files
  84. # - map
  85. # - it
  86. # - science
  87. # Lock arbitrary settings on the preferences page. To find the ID of the user
  88. # setting you want to lock, check the ID of the form on the page "preferences".
  89. #
  90. # preferences:
  91. # lock:
  92. # - language
  93. # - autocomplete
  94. # - method
  95. # - query_in_title
  96. # searx supports result proxification using an external service:
  97. # https://github.com/asciimoo/morty uncomment below section if you have running
  98. # morty proxy the key is base64 encoded (keep the !!binary notation)
  99. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  100. #
  101. # result_proxy:
  102. # url: http://127.0.0.1:3000/
  103. # key: !!binary "your_morty_proxy_key"
  104. # # [true|false] enable the "proxy" button next to each result
  105. # proxify_results: true
  106. # communication with search engines
  107. #
  108. outgoing:
  109. # default timeout in seconds, can be override by engine
  110. request_timeout: 3.0
  111. # the maximum timeout in seconds
  112. # max_request_timeout: 10.0
  113. # suffix of searx_useragent, could contain informations like an email address
  114. # to the administrator
  115. useragent_suffix: ""
  116. # The maximum number of concurrent connections that may be established.
  117. pool_connections: 100
  118. # Allow the connection pool to maintain keep-alive connections below this
  119. # point.
  120. pool_maxsize: 20
  121. # See https://www.python-httpx.org/http2/
  122. enable_http2: true
  123. # uncomment below section if you want to use a proxyq see: SOCKS proxies
  124. # https://2.python-requests.org/en/latest/user/advanced/#proxies
  125. # are also supported: see
  126. # https://2.python-requests.org/en/latest/user/advanced/#socks
  127. #
  128. # proxies:
  129. # all://:
  130. # - http://proxy1:8080
  131. # - http://proxy2:8080
  132. #
  133. # using_tor_proxy: true
  134. #
  135. # Extra seconds to add in order to account for the time taken by the proxy
  136. #
  137. # extra_proxy_timeout: 10.0
  138. #
  139. # uncomment below section only if you have more than one network interface
  140. # which can be the source of outgoing search requests
  141. #
  142. # source_ips:
  143. # - 1.1.1.1
  144. # - 1.1.1.2
  145. # - fe80::/126
  146. # External plugin configuration, for more details see
  147. # https://searxng.github.io/searxng/dev/plugins.html
  148. #
  149. # plugins:
  150. # - plugin1
  151. # - plugin2
  152. # - ...
  153. # Comment or un-comment plugin to activate / deactivate by default.
  154. #
  155. # enabled_plugins:
  156. # # these plugins are enabled if nothing is configured ..
  157. # - 'Hash plugin'
  158. # - 'Search on category select'
  159. # - 'Self Informations'
  160. # - 'Tracker URL remover'
  161. # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
  162. # # these plugins are disabled if nothing is configured ..
  163. # - 'Hostname replace' # see hostname_replace configuration below
  164. # - 'Infinite scroll'
  165. # - 'Open Access DOI rewrite'
  166. # - 'Vim-like hotkeys'
  167. # Configuration of the "Hostname replace" plugin:
  168. #
  169. # hostname_replace:
  170. # '(.*\.)?youtube\.com$': 'invidious.example.com'
  171. # '(.*\.)?youtu\.be$': 'invidious.example.com'
  172. # '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
  173. # '(.*\.)?reddit\.com$': 'teddit.example.com'
  174. # '(.*\.)?redd\.it$': 'teddit.example.com'
  175. # '(www\.)?twitter\.com$': 'nitter.example.com'
  176. # # to remove matching host names from result list, set value to false
  177. # 'spam\.example\.com': false
  178. checker:
  179. # disable checker when in debug mode
  180. off_when_debug: true
  181. # use "scheduling: false" to disable scheduling
  182. # scheduling: interval or int
  183. # to activate the scheduler:
  184. # * uncomment "scheduling" section
  185. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"
  186. # to your uwsgi.ini
  187. # scheduling:
  188. # start_after: [300, 1800] # delay to start the first run of the checker
  189. # every: [86400, 90000] # how often the checker runs
  190. # additional tests: only for the YAML anchors (see the engines section)
  191. #
  192. additional_tests:
  193. rosebud: &test_rosebud
  194. matrix:
  195. query: rosebud
  196. lang: en
  197. result_container:
  198. - not_empty
  199. - ['one_title_contains', 'citizen kane']
  200. test:
  201. - unique_results
  202. android: &test_android
  203. matrix:
  204. query: ['android']
  205. lang: ['en', 'de', 'fr', 'zh-CN']
  206. result_container:
  207. - not_empty
  208. - ['one_title_contains', 'google']
  209. test:
  210. - unique_results
  211. # tests: only for the YAML anchors (see the engines section)
  212. tests:
  213. infobox: &tests_infobox
  214. infobox:
  215. matrix:
  216. query: ["linux", "new york", "bbc"]
  217. result_container:
  218. - has_infobox
  219. engines:
  220. - name: apk mirror
  221. engine: apkmirror
  222. timeout: 4.0
  223. shortcut: apkm
  224. disabled: true
  225. # Requires Tor
  226. - name: ahmia
  227. engine: ahmia
  228. categories: onions
  229. enable_http: true
  230. shortcut: ah
  231. - name: arch linux wiki
  232. engine: archlinux
  233. shortcut: al
  234. - name: archive is
  235. engine: xpath
  236. search_url: https://archive.is/search/?q={query}
  237. url_xpath: (//div[@class="TEXT-BLOCK"]/a)/@href
  238. title_xpath: (//div[@class="TEXT-BLOCK"]/a)
  239. content_xpath: //div[@class="TEXT-BLOCK"]/ul/li
  240. categories: general
  241. timeout: 7.0
  242. disabled: true
  243. shortcut: ai
  244. soft_max_redirects: 1
  245. about:
  246. website: https://archive.is/
  247. wikidata_id: Q13515725
  248. official_api_documentation: https://mementoweb.org/depot/native/archiveis/
  249. use_official_api: false
  250. require_api_key: false
  251. results: HTML
  252. - name: artic
  253. engine: artic
  254. shortcut: arc
  255. timeout: 4.0
  256. - name: arxiv
  257. engine: arxiv
  258. shortcut: arx
  259. categories: science
  260. timeout: 4.0
  261. # tmp suspended: dh key too small
  262. # - name: base
  263. # engine: base
  264. # shortcut: bs
  265. - name: bandcamp
  266. engine: bandcamp
  267. shortcut: bc
  268. categories: music
  269. - name: wikipedia
  270. engine: wikipedia
  271. shortcut: wp
  272. base_url: 'https://{language}.wikipedia.org/'
  273. - name: bing
  274. engine: bing
  275. shortcut: bi
  276. - name: bing images
  277. engine: bing_images
  278. shortcut: bii
  279. - name: bing news
  280. engine: bing_news
  281. shortcut: bin
  282. - name: bing videos
  283. engine: bing_videos
  284. shortcut: biv
  285. - name: bitbucket
  286. engine: xpath
  287. paging: true
  288. search_url: https://bitbucket.org/repo/all/{pageno}?name={query}
  289. url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  290. title_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]
  291. content_xpath: //article[@class="repo-summary"]/p
  292. categories: it
  293. timeout: 4.0
  294. disabled: true
  295. shortcut: bb
  296. about:
  297. website: https://bitbucket.org/
  298. wikidata_id: Q2493781
  299. official_api_documentation: https://developer.atlassian.com/bitbucket
  300. use_official_api: false
  301. require_api_key: false
  302. results: HTML
  303. - name: btdigg
  304. engine: btdigg
  305. shortcut: bt
  306. - name: ccc-tv
  307. engine: xpath
  308. paging: false
  309. search_url: https://media.ccc.de/search/?q={query}
  310. url_xpath: //div[@class="caption"]/h3/a/@href
  311. title_xpath: //div[@class="caption"]/h3/a/text()
  312. content_xpath: //div[@class="caption"]/h4/@title
  313. categories: videos
  314. disabled: true
  315. shortcut: c3tv
  316. about:
  317. website: https://media.ccc.de/
  318. wikidata_id: Q80729951
  319. official_api_documentation: https://github.com/voc/voctoweb
  320. use_official_api: false
  321. require_api_key: false
  322. results: HTML
  323. # We don't set language: de here because media.ccc.de is not just
  324. # for a German audience. It contains many English videos and many
  325. # German videos have English subtitles.
  326. - name: ccengine
  327. engine: ccengine
  328. categories: images
  329. shortcut: cce
  330. # - name: core.ac.uk
  331. # engine: core
  332. # categories: science
  333. # shortcut: cor
  334. # # get your API key from: https://core.ac.uk/api-keys/register/
  335. # api_key: 'unset'
  336. - name: crossref
  337. engine: json_engine
  338. paging: true
  339. search_url: https://search.crossref.org/dois?q={query}&page={pageno}
  340. url_query: doi
  341. title_query: title
  342. title_html_to_text: true
  343. content_query: fullCitation
  344. content_html_to_text: true
  345. categories: science
  346. shortcut: cr
  347. about:
  348. website: https://www.crossref.org/
  349. wikidata_id: Q5188229
  350. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  351. use_official_api: false
  352. require_api_key: false
  353. results: JSON
  354. - name: currency
  355. engine: currency_convert
  356. categories: general
  357. shortcut: cc
  358. - name: deezer
  359. engine: deezer
  360. shortcut: dz
  361. - name: deviantart
  362. engine: deviantart
  363. shortcut: da
  364. timeout: 3.0
  365. - name: ddg definitions
  366. engine: duckduckgo_definitions
  367. shortcut: ddd
  368. weight: 2
  369. disabled: true
  370. tests: *tests_infobox
  371. # cloudflare protected
  372. # - name: digbt
  373. # engine: digbt
  374. # shortcut: dbt
  375. # timeout: 6.0
  376. # disabled: true
  377. - name: docker hub
  378. engine: docker_hub
  379. shortcut: dh
  380. categories: it
  381. - name: erowid
  382. engine: xpath
  383. paging: true
  384. first_page_num: 0
  385. page_size: 30
  386. search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
  387. url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  388. title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  389. content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
  390. categories: general
  391. shortcut: ew
  392. disabled: true
  393. about:
  394. website: https://www.erowid.org/
  395. wikidata_id: Q1430691
  396. official_api_documentation:
  397. use_official_api: false
  398. require_api_key: false
  399. results: HTML
  400. # - name: elasticsearch
  401. # shortcut: es
  402. # engine: elasticsearch
  403. # base_url: http://localhost:9200
  404. # username: elastic
  405. # password: changeme
  406. # index: my-index
  407. # # available options: match, simple_query_string, term, terms, custom
  408. # query_type: match
  409. # # if query_type is set to custom, provide your query here
  410. # #custom_query_json: {"query":{"match_all": {}}}
  411. # #show_metadata: false
  412. # disabled: true
  413. - name: wikidata
  414. engine: wikidata
  415. shortcut: wd
  416. timeout: 3.0
  417. weight: 2
  418. tests: *tests_infobox
  419. - name: duckduckgo
  420. engine: duckduckgo
  421. shortcut: ddg
  422. disabled: true
  423. - name: duckduckgo images
  424. engine: duckduckgo_images
  425. shortcut: ddi
  426. timeout: 3.0
  427. disabled: true
  428. - name: etools
  429. engine: etools
  430. shortcut: eto
  431. disabled: true
  432. additional_tests:
  433. rosebud: *test_rosebud
  434. - name: etymonline
  435. engine: xpath
  436. paging: true
  437. search_url: https://etymonline.com/search?page={pageno}&q={query}
  438. url_xpath: //a[contains(@class, "word__name--")]/@href
  439. title_xpath: //a[contains(@class, "word__name--")]
  440. content_xpath: //section[contains(@class, "word__defination")]
  441. first_page_num: 1
  442. shortcut: et
  443. disabled: true
  444. about:
  445. website: https://www.etymonline.com/
  446. wikidata_id: Q1188617
  447. official_api_documentation:
  448. use_official_api: false
  449. require_api_key: false
  450. results: HTML
  451. # - name: ebay
  452. # engine: ebay
  453. # shortcut: eb
  454. # disabled: true
  455. # timeout: 5
  456. - name: 1x
  457. engine: www1x
  458. shortcut: 1x
  459. timeout: 3.0
  460. disabled: true
  461. - name: fdroid
  462. engine: fdroid
  463. shortcut: fd
  464. disabled: true
  465. - name: flickr
  466. categories: images
  467. shortcut: fl
  468. # You can use the engine using the official stable API, but you need an API
  469. # key, see: https://www.flickr.com/services/apps/create/
  470. # engine: flickr
  471. # api_key: 'apikey' # required!
  472. # Or you can use the html non-stable engine, activated by default
  473. engine: flickr_noapi
  474. - name: free software directory
  475. engine: mediawiki
  476. shortcut: fsd
  477. categories: it
  478. base_url: https://directory.fsf.org/
  479. number_of_results: 5
  480. # what part of a page matches the query string: title, text, nearmatch
  481. # * title - query matches title
  482. # * text - query matches the text of page
  483. # * nearmatch - nearmatch in title
  484. search_type: title
  485. timeout: 5.0
  486. disabled: true
  487. about:
  488. website: https://directory.fsf.org/
  489. wikidata_id: Q2470288
  490. # - name: freesound
  491. # engine: freesound
  492. # shortcut: fnd
  493. # disabled: true
  494. # timeout: 15.0
  495. # API key required, see: https://freesound.org/docs/api/overview.html
  496. # api_key: MyAPIkey
  497. - name: frinkiac
  498. engine: frinkiac
  499. shortcut: frk
  500. disabled: true
  501. - name: genius
  502. engine: genius
  503. shortcut: gen
  504. - name: gigablast
  505. engine: gigablast
  506. shortcut: gb
  507. timeout: 4.0
  508. disabled: true
  509. additional_tests:
  510. rosebud: *test_rosebud
  511. - name: gentoo
  512. engine: gentoo
  513. shortcut: ge
  514. - name: gitlab
  515. engine: json_engine
  516. paging: true
  517. search_url: https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  518. url_query: web_url
  519. title_query: name_with_namespace
  520. content_query: description
  521. page_size: 20
  522. categories: it
  523. shortcut: gl
  524. timeout: 10.0
  525. disabled: true
  526. about:
  527. website: https://about.gitlab.com/
  528. wikidata_id: Q16639197
  529. official_api_documentation: https://docs.gitlab.com/ee/api/
  530. use_official_api: false
  531. require_api_key: false
  532. results: JSON
  533. - name: github
  534. engine: github
  535. shortcut: gh
  536. # This a Gitea service. If you would like to use a different instance,
  537. # change codeberg.org to URL of the desired Gitea host. Or you can create a
  538. # new engine by copying this and changing the name, shortcut and search_url.
  539. - name: codeberg
  540. engine: json_engine
  541. search_url: https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  542. url_query: html_url
  543. title_query: name
  544. content_query: description
  545. categories: it
  546. shortcut: cb
  547. disabled: true
  548. about:
  549. website: https://codeberg.org/
  550. wikidata_id:
  551. official_api_documentation: https://try.gitea.io/api/swagger
  552. use_official_api: false
  553. require_api_key: false
  554. results: JSON
  555. - name: google
  556. engine: google
  557. shortcut: go
  558. # see https://searxng.github.io/searxng/src/searx.engines.google.html#module-searx.engines.google
  559. use_mobile_ui: false
  560. # additional_tests:
  561. # android: *test_android
  562. # - name: google italian
  563. # engine: google
  564. # shortcut: goit
  565. # use_mobile_ui: false
  566. # language: it
  567. # - name: google mobile ui
  568. # engine: google
  569. # shortcut: gomui
  570. # use_mobile_ui: true
  571. - name: google images
  572. engine: google_images
  573. shortcut: goi
  574. # additional_tests:
  575. # android: *test_android
  576. # dali:
  577. # matrix:
  578. # query: ['Dali Christ']
  579. # lang: ['en', 'de', 'fr', 'zh-CN']
  580. # result_container:
  581. # - ['one_title_contains', 'Salvador']
  582. - name: google news
  583. engine: google_news
  584. shortcut: gon
  585. # additional_tests:
  586. # android: *test_android
  587. - name: google videos
  588. engine: google_videos
  589. shortcut: gov
  590. # additional_tests:
  591. # android: *test_android
  592. - name: google scholar
  593. engine: google_scholar
  594. shortcut: gos
  595. - name: google play apps
  596. engine: xpath
  597. search_url: https://play.google.com/store/search?q={query}&c=apps
  598. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  599. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  600. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  601. content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  602. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  603. categories: files
  604. shortcut: gpa
  605. disabled: true
  606. about:
  607. website: https://play.google.com/
  608. wikidata_id: Q79576
  609. official_api_documentation:
  610. use_official_api: false
  611. require_api_key: false
  612. results: HTML
  613. - name: google play movies
  614. engine: xpath
  615. search_url: https://play.google.com/store/search?q={query}&c=movies
  616. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  617. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  618. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  619. content_xpath: './/div[@class="kCSSQe"]'
  620. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  621. categories: videos
  622. shortcut: gpm
  623. disabled: true
  624. about:
  625. website: https://play.google.com/
  626. wikidata_id: Q79576
  627. official_api_documentation:
  628. use_official_api: false
  629. require_api_key: false
  630. results: HTML
  631. - name: gpodder
  632. engine: json_engine
  633. shortcut: gpod
  634. timeout: 4.0
  635. paging: false
  636. search_url: https://gpodder.net/search.json?q={query}
  637. url_query: url
  638. title_query: title
  639. content_query: description
  640. page_size: 19
  641. categories: music
  642. disabled: true
  643. about:
  644. website: https://gpodder.net
  645. wikidata_id: Q3093354
  646. official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
  647. use_official_api: false
  648. requires_api_key: false
  649. results: JSON
  650. - name: habrahabr
  651. engine: xpath
  652. paging: true
  653. search_url: https://habrahabr.ru/search/page{pageno}/?q={query}
  654. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  655. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  656. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  657. categories: it
  658. timeout: 4.0
  659. disabled: true
  660. shortcut: habr
  661. about:
  662. website: https://habr.com/
  663. wikidata_id: Q4494434
  664. official_api_documentation: https://habr.com/en/docs/help/api/
  665. use_official_api: false
  666. require_api_key: false
  667. results: HTML
  668. - name: hoogle
  669. engine: xpath
  670. paging: true
  671. search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  672. results_xpath: '//div[@class="result"]'
  673. title_xpath: './/div[@class="ans"]//a'
  674. url_xpath: './/div[@class="ans"]//a/@href'
  675. content_xpath: './/div[@class="from"]'
  676. page_size: 20
  677. categories: it
  678. shortcut: ho
  679. about:
  680. website: https://hoogle.haskell.org/
  681. wikidata_id: Q34010
  682. official_api_documentation: https://hackage.haskell.org/api
  683. use_official_api: false
  684. require_api_key: false
  685. results: JSON
  686. - name: imdb
  687. engine: imdb
  688. shortcut: imdb
  689. timeout: 6.0
  690. disabled: true
  691. - name: ina
  692. engine: ina
  693. shortcut: in
  694. timeout: 6.0
  695. disabled: true
  696. - name: invidious
  697. engine: invidious
  698. base_url:
  699. - https://invidious.tube/
  700. - https://invidious.snopyta.org/
  701. shortcut: iv
  702. timeout: 5.0
  703. disabled: true
  704. - name: kickass
  705. engine: kickass
  706. shortcut: kc
  707. timeout: 4.0
  708. disabled: true
  709. - name: library genesis
  710. engine: xpath
  711. search_url: https://libgen.rs/search.php?req={query}
  712. url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
  713. title_xpath: //a[contains(@href,"book/")]/text()[1]
  714. content_xpath: //td/a[1][contains(@href,"=author")]/text()
  715. categories: files
  716. timeout: 7.0
  717. disabled: true
  718. shortcut: lg
  719. about:
  720. website: https://libgen.rs/
  721. wikidata_id: Q22017206
  722. official_api_documentation:
  723. use_official_api: false
  724. require_api_key: false
  725. results: HTML
  726. - name: z-library
  727. engine: zlibrary
  728. shortcut: zlib
  729. categories: files
  730. timeout: 3.0
  731. # choose base_url, otherwise engine will do it at initialization time
  732. # base_url: https://b-ok.cc
  733. # base_url: https://de1lib.org
  734. # base_url: https://booksc.eu # does not have cover preview
  735. # base_url: https://booksc.org # does not have cover preview
  736. - name: library of congress
  737. engine: loc
  738. shortcut: loc
  739. categories: images
  740. - name: lobste.rs
  741. engine: xpath
  742. search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  743. results_xpath: //li[contains(@class, "story")]
  744. url_xpath: .//a[@class="u-url"]/@href
  745. title_xpath: .//a[@class="u-url"]
  746. content_xpath: .//a[@class="domain"]
  747. categories: it
  748. shortcut: lo
  749. timeout: 5.0
  750. disabled: true
  751. about:
  752. website: https://lobste.rs/
  753. wikidata_id: Q60762874
  754. official_api_documentation:
  755. use_official_api: false
  756. require_api_key: false
  757. results: HTML
  758. - name: azlyrics
  759. shortcut: lyrics
  760. engine: xpath
  761. timeout: 4.0
  762. disabled: true
  763. categories: music
  764. paging: true
  765. search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
  766. url_xpath: //td[@class="text-left visitedlyr"]/a/@href
  767. title_xpath: //span/b/text()
  768. content_xpath: //td[@class="text-left visitedlyr"]/a/small
  769. about:
  770. website: https://azlyrics.com
  771. wikidata_id: Q66372542
  772. official_api_documentation:
  773. use_official_api: false
  774. require_api_key: false
  775. results: HTML
  776. # - name: meilisearch
  777. # engine: meilisearch
  778. # shortcut: mes
  779. # enable_http: true
  780. # base_url: http://localhost:7700
  781. # index: my-index
  782. - name: microsoft academic
  783. engine: microsoft_academic
  784. categories: science
  785. shortcut: ma
  786. timeout: 6.0
  787. - name: mixcloud
  788. engine: mixcloud
  789. shortcut: mc
  790. # MongoDB engine
  791. # Required dependency: pymongo
  792. # - name: mymongo
  793. # engine: mongodb
  794. # shortcut: md
  795. # exact_match_only: false
  796. # host: '127.0.0.1'
  797. # port: 27017
  798. # enable_http: true
  799. # results_per_page: 20
  800. # database: 'business'
  801. # collection: 'reviews' # name of the db collection
  802. # key: 'name' # key in the collection to search for
  803. - name: npm
  804. engine: json_engine
  805. paging: true
  806. first_page_num: 0
  807. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  808. results_query: results
  809. url_query: package/links/npm
  810. title_query: package/name
  811. content_query: package/description
  812. page_size: 25
  813. categories: it
  814. disabled: true
  815. timeout: 5.0
  816. shortcut: npm
  817. about:
  818. website: https://npms.io/
  819. wikidata_id: Q7067518
  820. official_api_documentation: https://api-docs.npms.io/
  821. use_official_api: false
  822. require_api_key: false
  823. results: JSON
  824. - name: nyaa
  825. engine: nyaa
  826. shortcut: nt
  827. disabled: true
  828. - name: mankier
  829. engine: json_engine
  830. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  831. results_query: results
  832. url_query: url
  833. title_query: name
  834. content_query: description
  835. categories: it
  836. shortcut: man
  837. about:
  838. website: https://www.mankier.com/
  839. official_api_documentation: https://www.mankier.com/api
  840. use_official_api: true
  841. require_api_key: false
  842. results: JSON
  843. - name: openairedatasets
  844. engine: json_engine
  845. paging: true
  846. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  847. results_query: response/results/result
  848. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  849. title_query: metadata/oaf:entity/oaf:result/title/$
  850. content_query: metadata/oaf:entity/oaf:result/description/$
  851. content_html_to_text: true
  852. categories: science
  853. shortcut: oad
  854. timeout: 5.0
  855. about:
  856. website: https://www.openaire.eu/
  857. wikidata_id: Q25106053
  858. official_api_documentation: https://api.openaire.eu/
  859. use_official_api: false
  860. require_api_key: false
  861. results: JSON
  862. - name: openairepublications
  863. engine: json_engine
  864. paging: true
  865. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  866. results_query: response/results/result
  867. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  868. title_query: metadata/oaf:entity/oaf:result/title/$
  869. content_query: metadata/oaf:entity/oaf:result/description/$
  870. content_html_to_text: true
  871. categories: science
  872. shortcut: oap
  873. timeout: 5.0
  874. about:
  875. website: https://www.openaire.eu/
  876. wikidata_id: Q25106053
  877. official_api_documentation: https://api.openaire.eu/
  878. use_official_api: false
  879. require_api_key: false
  880. results: JSON
  881. # - name: opensemanticsearch
  882. # engine: opensemantic
  883. # shortcut: oss
  884. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  885. - name: openstreetmap
  886. engine: openstreetmap
  887. shortcut: osm
  888. - name: openrepos
  889. engine: xpath
  890. paging: true
  891. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  892. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  893. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  894. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  895. categories: files
  896. timeout: 4.0
  897. disabled: true
  898. shortcut: or
  899. about:
  900. website: https://openrepos.net/
  901. wikidata_id:
  902. official_api_documentation:
  903. use_official_api: false
  904. require_api_key: false
  905. results: HTML
  906. - name: packagist
  907. engine: json_engine
  908. paging: true
  909. search_url: https://packagist.org/search.json?q={query}&page={pageno}
  910. results_query: results
  911. url_query: url
  912. title_query: name
  913. content_query: description
  914. categories: it
  915. disabled: true
  916. timeout: 5.0
  917. shortcut: pack
  918. about:
  919. website: https://packagist.org
  920. wikidata_id: Q108311377
  921. official_api_documentation: https://packagist.org/apidoc
  922. use_official_api: true
  923. require_api_key: false
  924. results: JSON
  925. - name: pdbe
  926. engine: pdbe
  927. shortcut: pdb
  928. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  929. # hide_obsolete: false
  930. - name: photon
  931. engine: photon
  932. shortcut: ph
  933. - name: piratebay
  934. engine: piratebay
  935. shortcut: tpb
  936. # You may need to change this URL to a proxy if piratebay is blocked in your
  937. # country
  938. url: https://thepiratebay.org/
  939. timeout: 3.0
  940. # Required dependency: psychopg2
  941. # - name: postgresql
  942. # engine: postgresql
  943. # database: postgres
  944. # username: postgres
  945. # password: postgres
  946. # limit: 10
  947. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  948. # shortcut : psql
  949. - name: pubmed
  950. engine: pubmed
  951. shortcut: pub
  952. categories: science
  953. timeout: 3.0
  954. - name: pypi
  955. shortcut: pypi
  956. engine: xpath
  957. paging: true
  958. search_url: https://pypi.org/search?q={query}&page={pageno}
  959. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  960. url_xpath: ./@href
  961. title_xpath: ./h3/span[@class="package-snippet__name"]
  962. content_xpath: ./p
  963. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  964. first_page_num: 1
  965. categories: it
  966. about:
  967. website: https://pypi.org
  968. wikidata_id: Q2984686
  969. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  970. use_official_api: false
  971. require_api_key: false
  972. results: HTML
  973. - name: qwant
  974. engine: qwant
  975. shortcut: qw
  976. categories: general
  977. disabled: false
  978. additional_tests:
  979. rosebud: *test_rosebud
  980. - name: qwant news
  981. engine: qwant
  982. shortcut: qwn
  983. categories: news
  984. disabled: false
  985. network: qwant
  986. - name: qwant images
  987. engine: qwant
  988. shortcut: qwi
  989. categories: images
  990. disabled: false
  991. network: qwant
  992. - name: qwant videos
  993. engine: qwant
  994. shortcut: qwv
  995. categories: videos
  996. disabled: false
  997. network: qwant
  998. # - name: library
  999. # engine: recoll
  1000. # shortcut: lib
  1001. # base_url: 'https://recoll.example.org/'
  1002. # search_dir: ''
  1003. # mount_prefix: /export
  1004. # dl_prefix: 'https://download.example.org'
  1005. # timeout: 30.0
  1006. # categories: files
  1007. # disabled: true
  1008. # - name: recoll library reference
  1009. # engine: recoll
  1010. # base_url: 'https://recoll.example.org/'
  1011. # search_dir: reference
  1012. # mount_prefix: /export
  1013. # dl_prefix: 'https://download.example.org'
  1014. # shortcut: libr
  1015. # timeout: 30.0
  1016. # categories: files
  1017. # disabled: true
  1018. - name: reddit
  1019. engine: reddit
  1020. shortcut: re
  1021. page_size: 25
  1022. # Required dependency: redis
  1023. # - name: myredis
  1024. # shortcut : rds
  1025. # engine: redis_server
  1026. # exact_match_only: false
  1027. # host: '127.0.0.1'
  1028. # port: 6379
  1029. # enable_http: true
  1030. # password: ''
  1031. # db: 0
  1032. # tmp suspended: bad certificate
  1033. # - name: scanr structures
  1034. # shortcut: scs
  1035. # engine: scanr_structures
  1036. # disabled: true
  1037. - name: sepiasearch
  1038. engine: sepiasearch
  1039. shortcut: sep
  1040. - name: soundcloud
  1041. engine: soundcloud
  1042. shortcut: sc
  1043. - name: stackoverflow
  1044. engine: stackexchange
  1045. shortcut: st
  1046. api_site: 'stackoverflow'
  1047. categories: it
  1048. - name: askubuntu
  1049. engine: stackexchange
  1050. shortcut: ubuntu
  1051. api_site: 'askubuntu'
  1052. categories: it
  1053. - name: superuser
  1054. engine: stackexchange
  1055. shortcut: su
  1056. api_site: 'superuser'
  1057. categories: it
  1058. - name: searchcode code
  1059. engine: searchcode_code
  1060. shortcut: scc
  1061. disabled: true
  1062. - name: framalibre
  1063. engine: framalibre
  1064. shortcut: frl
  1065. disabled: true
  1066. # - name: searx
  1067. # engine: searx_engine
  1068. # shortcut: se
  1069. # instance_urls :
  1070. # - http://127.0.0.1:8888/
  1071. # - ...
  1072. # disabled: true
  1073. - name: semantic scholar
  1074. engine: semantic_scholar
  1075. disabled: true
  1076. shortcut: se
  1077. categories: science
  1078. about:
  1079. website: https://www.semanticscholar.org/
  1080. wikidata_id: Q22908627
  1081. official_api_documentation: https://api.semanticscholar.org/
  1082. use_official_api: false
  1083. require_api_key: false
  1084. results: JSON
  1085. # Spotify needs API credentials
  1086. # - name: spotify
  1087. # engine: spotify
  1088. # shortcut: stf
  1089. # api_client_id: *******
  1090. # api_client_secret: *******
  1091. # - name: solr
  1092. # engine: solr
  1093. # shortcut: slr
  1094. # base_url: http://localhost:8983
  1095. # collection: collection_name
  1096. # sort: '' # sorting: asc or desc
  1097. # field_list: '' # comma separated list of field names to display on the UI
  1098. # default_fields: '' # default field to query
  1099. # query_fields: '' # query fields
  1100. # enable_http: true
  1101. # - name: springer nature
  1102. # engine: springer
  1103. # # get your API key from: https://dev.springernature.com/signup
  1104. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1105. # api_key: 'unset'
  1106. # shortcut: springer
  1107. # categories: science
  1108. # timeout: 6.0
  1109. - name: startpage
  1110. engine: startpage
  1111. shortcut: sp
  1112. timeout: 6.0
  1113. disabled: true
  1114. additional_tests:
  1115. rosebud: *test_rosebud
  1116. - name: tokyotoshokan
  1117. engine: tokyotoshokan
  1118. shortcut: tt
  1119. timeout: 6.0
  1120. disabled: true
  1121. - name: solidtorrents
  1122. engine: solidtorrents
  1123. shortcut: solid
  1124. timeout: 3.0
  1125. disabled: false
  1126. # For this demo of the sqlite engine download:
  1127. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  1128. # and unpack into searx/data/filmliste-v2.db
  1129. # Query to test: "!demo concert"
  1130. #
  1131. # - name: demo
  1132. # engine: sqlite
  1133. # shortcut: demo
  1134. # categories: general
  1135. # result_template: default.html
  1136. # database: searx/data/filmliste-v2.db
  1137. # query_str: >-
  1138. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  1139. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  1140. # description AS content
  1141. # FROM film
  1142. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  1143. # ORDER BY duration DESC
  1144. # disabled: false
  1145. # Requires Tor
  1146. - name: torch
  1147. engine: xpath
  1148. paging: true
  1149. search_url:
  1150. http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1151. results_xpath: //table//tr
  1152. url_xpath: ./td[2]/a
  1153. title_xpath: ./td[2]/b
  1154. content_xpath: ./td[2]/small
  1155. categories: onions
  1156. enable_http: true
  1157. shortcut: tch
  1158. # torznab engine lets you query any torznab compatible indexer. Using this
  1159. # engine in combination with Jackett (https://github.com/Jackett/Jackett)
  1160. # opens the possibility to query a lot of public and private indexers directly
  1161. # from SearXNG.
  1162. # - name: torznab
  1163. # engine: torznab
  1164. # shortcut: trz
  1165. # base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab
  1166. # enable_http: true # if using localhost
  1167. # api_key: xxxxxxxxxxxxxxx
  1168. # # https://github.com/Jackett/Jackett/wiki/Jackett-Categories
  1169. # torznab_categories: # optional
  1170. # - 2000
  1171. # - 5000
  1172. # maybe in a fun category
  1173. # - name: uncyclopedia
  1174. # engine: mediawiki
  1175. # shortcut: unc
  1176. # base_url: https://uncyclopedia.wikia.com/
  1177. # number_of_results: 5
  1178. # tmp suspended - too slow, too many errors
  1179. # - name: urbandictionary
  1180. # engine : xpath
  1181. # search_url : https://www.urbandictionary.com/define.php?term={query}
  1182. # url_xpath : //*[@class="word"]/@href
  1183. # title_xpath : //*[@class="def-header"]
  1184. # content_xpath: //*[@class="meaning"]
  1185. # shortcut: ud
  1186. - name: unsplash
  1187. engine: unsplash
  1188. shortcut: us
  1189. - name: yahoo
  1190. engine: yahoo
  1191. shortcut: yh
  1192. disabled: true
  1193. - name: yahoo news
  1194. engine: yahoo_news
  1195. shortcut: yhn
  1196. - name: youtube
  1197. shortcut: yt
  1198. # You can use the engine using the official stable API, but you need an API
  1199. # key See: https://console.developers.google.com/project
  1200. #
  1201. # engine: youtube_api
  1202. # api_key: 'apikey' # required!
  1203. #
  1204. # Or you can use the html non-stable engine, activated by default
  1205. engine: youtube_noapi
  1206. - name: dailymotion
  1207. engine: dailymotion
  1208. shortcut: dm
  1209. - name: vimeo
  1210. engine: vimeo
  1211. shortcut: vm
  1212. - name: wiby
  1213. engine: json_engine
  1214. search_url: https://wiby.me/json/?q={query}
  1215. url_query: URL
  1216. title_query: Title
  1217. content_query: Snippet
  1218. categories: general
  1219. shortcut: wib
  1220. disabled: true
  1221. about:
  1222. website: https://wiby.me/
  1223. - name: wikibooks
  1224. engine: mediawiki
  1225. shortcut: wb
  1226. categories: general
  1227. base_url: "https://{language}.wikibooks.org/"
  1228. number_of_results: 5
  1229. search_type: text
  1230. disabled: true
  1231. about:
  1232. website: https://www.wikibooks.org/
  1233. wikidata_id: Q367
  1234. - name: wikinews
  1235. engine: mediawiki
  1236. shortcut: wn
  1237. categories: news
  1238. base_url: "https://{language}.wikinews.org/"
  1239. number_of_results: 5
  1240. search_type: text
  1241. disabled: true
  1242. about:
  1243. website: https://www.wikinews.org/
  1244. wikidata_id: Q964
  1245. - name: wikiquote
  1246. engine: mediawiki
  1247. shortcut: wq
  1248. categories: general
  1249. base_url: "https://{language}.wikiquote.org/"
  1250. number_of_results: 5
  1251. search_type: text
  1252. disabled: true
  1253. additional_tests:
  1254. rosebud: *test_rosebud
  1255. about:
  1256. website: https://www.wikiquote.org/
  1257. wikidata_id: Q369
  1258. - name: wikisource
  1259. engine: mediawiki
  1260. shortcut: ws
  1261. categories: general
  1262. base_url: "https://{language}.wikisource.org/"
  1263. number_of_results: 5
  1264. search_type: text
  1265. disabled: true
  1266. about:
  1267. website: https://www.wikisource.org/
  1268. wikidata_id: Q263
  1269. - name: wiktionary
  1270. engine: mediawiki
  1271. shortcut: wt
  1272. categories: general
  1273. base_url: "https://{language}.wiktionary.org/"
  1274. number_of_results: 5
  1275. search_type: text
  1276. disabled: true
  1277. about:
  1278. website: https://www.wiktionary.org/
  1279. wikidata_id: Q151
  1280. - name: wikiversity
  1281. engine: mediawiki
  1282. shortcut: wv
  1283. categories: general
  1284. base_url: "https://{language}.wikiversity.org/"
  1285. number_of_results: 5
  1286. search_type: text
  1287. disabled: true
  1288. about:
  1289. website: https://www.wikiversity.org/
  1290. wikidata_id: Q370
  1291. - name: wikivoyage
  1292. engine: mediawiki
  1293. shortcut: wy
  1294. categories: general
  1295. base_url: "https://{language}.wikivoyage.org/"
  1296. number_of_results: 5
  1297. search_type: text
  1298. disabled: true
  1299. about:
  1300. website: https://www.wikivoyage.org/
  1301. wikidata_id: Q373
  1302. - name: wolframalpha
  1303. shortcut: wa
  1304. # You can use the engine using the official stable API, but you need an API
  1305. # key. See: https://products.wolframalpha.com/api/
  1306. #
  1307. # engine: wolframalpha_api
  1308. # api_key: ''
  1309. #
  1310. # Or you can use the html non-stable engine, activated by default
  1311. engine: wolframalpha_noapi
  1312. timeout: 6.0
  1313. categories: science
  1314. - name: dictzone
  1315. engine: dictzone
  1316. shortcut: dc
  1317. - name: mymemory translated
  1318. engine: translated
  1319. shortcut: tl
  1320. timeout: 5.0
  1321. disabled: true
  1322. # You can use without an API key, but you are limited to 1000 words/day
  1323. # See: https://mymemory.translated.net/doc/usagelimits.php
  1324. # api_key: ''
  1325. # Required dependency: mysql-connector-python
  1326. # - name: mysql
  1327. # engine: mysql_server
  1328. # database: mydatabase
  1329. # username: user
  1330. # password: pass
  1331. # limit: 10
  1332. # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
  1333. # shortcut: mysql
  1334. - name: 1337x
  1335. engine: 1337x
  1336. shortcut: 1337x
  1337. disabled: true
  1338. - name: duden
  1339. engine: duden
  1340. shortcut: du
  1341. disabled: true
  1342. - name: seznam
  1343. shortcut: szn
  1344. engine: seznam
  1345. disabled: true
  1346. - name: mojeek
  1347. shortcut: mjk
  1348. engine: xpath
  1349. paging: true
  1350. search_url: https://www.mojeek.com/search?q={query}&s={pageno}
  1351. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1352. url_xpath: ./h2/a/@href
  1353. title_xpath: ./h2
  1354. content_xpath: ./p[@class="s"]
  1355. suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1356. first_page_num: 0
  1357. page_size: 10
  1358. disabled: true
  1359. about:
  1360. website: https://www.mojeek.com/
  1361. wikidata_id: Q60747299
  1362. official_api_documentation: https://www.mojeek.com/services/api.html/
  1363. use_official_api: false
  1364. require_api_key: false
  1365. results: HTML
  1366. - name: naver
  1367. shortcut: nvr
  1368. engine: xpath
  1369. paging: true
  1370. search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1371. url_xpath: //a[@class="link_tit"]/@href
  1372. title_xpath: //a[@class="link_tit"]
  1373. content_xpath: //a[@class="total_dsc"]/div
  1374. first_page_num: 1
  1375. page_size: 10
  1376. disabled: true
  1377. about:
  1378. website: https://www.naver.com/
  1379. wikidata_id: Q485639
  1380. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1381. use_official_api: false
  1382. require_api_key: false
  1383. results: HTML
  1384. language: ko
  1385. - name: rubygems
  1386. shortcut: rbg
  1387. engine: xpath
  1388. paging: true
  1389. search_url: https://rubygems.org/search?page={pageno}&query={query}
  1390. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1391. url_xpath: ./@href
  1392. title_xpath: ./span/h2
  1393. content_xpath: ./span/p
  1394. suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
  1395. first_page_num: 1
  1396. categories: it
  1397. disabled: true
  1398. about:
  1399. website: https://rubygems.org/
  1400. wikidata_id: Q1853420
  1401. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1402. use_official_api: false
  1403. require_api_key: false
  1404. results: HTML
  1405. - name: peertube
  1406. engine: peertube
  1407. shortcut: ptb
  1408. paging: true
  1409. base_url: https://peer.tube/
  1410. categories: videos
  1411. disabled: true
  1412. - name: mediathekviewweb
  1413. engine: mediathekviewweb
  1414. shortcut: mvw
  1415. disabled: true
  1416. # - name: yacy
  1417. # engine: yacy
  1418. # shortcut: ya
  1419. # base_url: 'http://localhost:8090
  1420. # required if you aren't using HTTPS for your local yacy instance'
  1421. # enable_http: true
  1422. # number_of_results: 5
  1423. # timeout: 3.0
  1424. - name: rumble
  1425. engine: rumble
  1426. shortcut: ru
  1427. base_url: https://rumble.com/
  1428. paging: true
  1429. categories: videos
  1430. disabled: true
  1431. - name: wordnik
  1432. engine: wordnik
  1433. shortcut: def
  1434. base_url: https://www.wordnik.com/
  1435. categories: general
  1436. timeout: 5.0
  1437. disabled: true
  1438. - name: woxikon.de synonyme
  1439. engine: xpath
  1440. shortcut: woxi
  1441. categories: general
  1442. timeout: 5.0
  1443. disabled: true
  1444. search_url: https://synonyme.woxikon.de/synonyme/{query}.php
  1445. url_xpath: //div[@class="upper-synonyms"]/a/@href
  1446. content_xpath: //div[@class="synonyms-list-group"]
  1447. title_xpath: //div[@class="upper-synonyms"]/a
  1448. about:
  1449. website: https://www.woxikon.de/
  1450. wikidata_id: # No Wikidata ID
  1451. use_official_api: false
  1452. require_api_key: false
  1453. results: HTML
  1454. language: de
  1455. - name: słownik języka polskiego
  1456. engine: sjp
  1457. shortcut: sjp
  1458. base_url: https://sjp.pwn.pl/
  1459. categories: general
  1460. timeout: 5.0
  1461. disabled: true
  1462. # wikimini: online encyclopedia for children
  1463. # The fulltext and title parameter is necessary for Wikimini because
  1464. # sometimes it will not show the results and redirect instead
  1465. - name: wikimini
  1466. engine: xpath
  1467. shortcut: wkmn
  1468. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1469. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1470. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1471. content_xpath: //li/div[@class="searchresult"]
  1472. categories: general
  1473. disabled: true
  1474. about:
  1475. website: https://wikimini.org/
  1476. wikidata_id: Q3568032
  1477. use_official_api: false
  1478. require_api_key: false
  1479. results: HTML
  1480. language: fr
  1481. - name: brave
  1482. shortcut: brave
  1483. engine: xpath
  1484. paging: false
  1485. search_url: https://search.brave.com/search?q={query}
  1486. url_xpath: //div[@class="snippet fdb"]/a/@href
  1487. title_xpath: //span[@class="snippet-title"]
  1488. content_xpath: //p[1][@class="snippet-description"]
  1489. suggestion_xpath: //div[@class="text-gray h6"]/a
  1490. categories: general
  1491. about:
  1492. website: https://brave.com/search/
  1493. wikidata_id: Q107355971
  1494. use_official_api: false
  1495. require_api_key: false
  1496. results: HTML
  1497. # Doku engine lets you access to any Doku wiki instance:
  1498. # A public one or a privete/corporate one.
  1499. # - name: ubuntuwiki
  1500. # engine: doku
  1501. # shortcut: uw
  1502. # base_url: 'https://doc.ubuntu-fr.org'
  1503. # Be careful when enabling this engine if you are
  1504. # running a public instance. Do not expose any sensitive
  1505. # information. You can restrict access by configuring a list
  1506. # of access tokens under tokens.
  1507. # - name: git grep
  1508. # engine: command
  1509. # command: ['git', 'grep', '{{QUERY}}']
  1510. # shortcut: gg
  1511. # tokens: []
  1512. # disabled: true
  1513. # delimiter:
  1514. # chars: ':'
  1515. # keys: ['filepath', 'code']
  1516. # Be careful when enabling this engine if you are
  1517. # running a public instance. Do not expose any sensitive
  1518. # information. You can restrict access by configuring a list
  1519. # of access tokens under tokens.
  1520. # - name: locate
  1521. # engine: command
  1522. # command: ['locate', '{{QUERY}}']
  1523. # shortcut: loc
  1524. # tokens: []
  1525. # disabled: true
  1526. # delimiter:
  1527. # chars: ' '
  1528. # keys: ['line']
  1529. # Be careful when enabling this engine if you are
  1530. # running a public instance. Do not expose any sensitive
  1531. # information. You can restrict access by configuring a list
  1532. # of access tokens under tokens.
  1533. # - name: find
  1534. # engine: command
  1535. # command: ['find', '.', '-name', '{{QUERY}}']
  1536. # query_type: path
  1537. # shortcut: fnd
  1538. # tokens: []
  1539. # disabled: true
  1540. # delimiter:
  1541. # chars: ' '
  1542. # keys: ['line']
  1543. # Be careful when enabling this engine if you are
  1544. # running a public instance. Do not expose any sensitive
  1545. # information. You can restrict access by configuring a list
  1546. # of access tokens under tokens.
  1547. # - name: pattern search in files
  1548. # engine: command
  1549. # command: ['fgrep', '{{QUERY}}']
  1550. # shortcut: fgr
  1551. # tokens: []
  1552. # disabled: true
  1553. # delimiter:
  1554. # chars: ' '
  1555. # keys: ['line']
  1556. # Be careful when enabling this engine if you are
  1557. # running a public instance. Do not expose any sensitive
  1558. # information. You can restrict access by configuring a list
  1559. # of access tokens under tokens.
  1560. # - name: regex search in files
  1561. # engine: command
  1562. # command: ['grep', '{{QUERY}}']
  1563. # shortcut: gr
  1564. # tokens: []
  1565. # disabled: true
  1566. # delimiter:
  1567. # chars: ' '
  1568. # keys: ['line']
  1569. doi_resolvers:
  1570. oadoi.org: 'https://oadoi.org/'
  1571. doi.org: 'https://doi.org/'
  1572. doai.io: 'https://dissem.in/'
  1573. sci-hub.se: 'https://sci-hub.se/'
  1574. sci-hub.do: 'https://sci-hub.do/'
  1575. scihubtw.tw: 'https://scihubtw.tw/'
  1576. sci-hub.st: 'https://sci-hub.st/'
  1577. sci-hub.bar: 'https://sci-hub.bar/'
  1578. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1579. default_doi_resolver: 'oadoi.org'