settings.yml 45 KB

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