settings.yml 47 KB

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