settings.yml 45 KB

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