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. new_issue_url: https://github.com/searxng/searxng/issues/new
  7. docs_url: https://searxng.github.io/searxng
  8. public_instances: https://searx.space
  9. wiki_url: https://github.com/searxng/searxng/wiki
  10. issue_url: https://github.com/searxng/searxng/issues
  11. search:
  12. # Filter results. 0: None, 1: Moderate, 2: Strict
  13. safe_search: 0
  14. # Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
  15. # "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
  16. # by default.
  17. autocomplete: ""
  18. # Default search language - leave blank to detect from browser information or
  19. # use codes from 'languages.py'
  20. default_lang: ""
  21. # ban time in seconds after engine errors
  22. ban_time_on_fail: 5
  23. # max ban time in seconds after engine errors
  24. max_ban_time_on_fail: 120
  25. # remove format to deny access, use lower case.
  26. formats: [html, csv, json, rss]
  27. server:
  28. # If you change port, bind_address or base_url don't forget to rebuild
  29. # instance's enviroment (make buildenv)
  30. port: 8888
  31. bind_address: "127.0.0.1"
  32. base_url: false # Possible values: false or "https://example.org/location".
  33. # If your instance owns a /etc/searx/settings.yml file, then set the following
  34. # values there.
  35. secret_key: "ultrasecretkey" # change this!
  36. # Proxying image results through searx
  37. image_proxy: false
  38. # 1.0 and 1.1 are supported
  39. http_protocol_version: "1.0"
  40. # POST queries are more secure as they don't show up in history but may cause
  41. # problems when using Firefox containers
  42. method: "POST"
  43. default_http_headers:
  44. X-Content-Type-Options: nosniff
  45. X-XSS-Protection: 1; mode=block
  46. X-Download-Options: noopen
  47. X-Robots-Tag: noindex, nofollow
  48. Referrer-Policy: no-referrer
  49. ui:
  50. # Custom static path - leave it blank if you didn't change
  51. static_path: ""
  52. # Custom templates path - leave it blank if you didn't change
  53. templates_path: ""
  54. # ui theme
  55. default_theme: oscar
  56. # Default interface locale - leave blank to detect from browser information or
  57. # use codes from the 'locales' config section
  58. default_locale: ""
  59. theme_args:
  60. # default style of oscar
  61. oscar_style: logicodev
  62. # Open result links in a new tab by default
  63. # results_on_new_tab: false
  64. # categories_order :
  65. # - general
  66. # - files
  67. # - map
  68. # - it
  69. # - science
  70. # Lock arbitrary settings on the preferences page. To find the ID of the user
  71. # setting you want to lock, check the ID of the form on the page "preferences".
  72. #
  73. # preferences:
  74. # lock:
  75. # - language
  76. # - autocomplete
  77. # - method
  78. # searx supports result proxification using an external service:
  79. # https://github.com/asciimoo/morty uncomment below section if you have running
  80. # morty proxy the key is base64 encoded (keep the !!binary notation)
  81. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  82. #
  83. # result_proxy:
  84. # url: http://127.0.0.1:3000/
  85. # key: !!binary "your_morty_proxy_key"
  86. # # [true|false] enable the "proxy" button next to each result
  87. # proxify_results: true
  88. # communication with search engines
  89. #
  90. outgoing:
  91. # default timeout in seconds, can be override by engine
  92. request_timeout: 3.0
  93. # the maximum timeout in seconds
  94. # max_request_timeout: 10.0
  95. # suffix of searx_useragent, could contain informations like an email address
  96. # to the administrator
  97. useragent_suffix: ""
  98. # The maximum number of concurrent connections that may be established.
  99. pool_connections: 100
  100. # Allow the connection pool to maintain keep-alive connections below this
  101. # point.
  102. pool_maxsize: 20
  103. # See https://www.python-httpx.org/http2/
  104. enable_http2: true
  105. # uncomment below section if you want to use a proxyq see: SOCKS proxies
  106. # https://2.python-requests.org/en/latest/user/advanced/#proxies
  107. # are also supported: see
  108. # https://2.python-requests.org/en/latest/user/advanced/#socks
  109. #
  110. # proxies:
  111. # all://:
  112. # - http://proxy1:8080
  113. # - http://proxy2:8080
  114. #
  115. # using_tor_proxy: true
  116. #
  117. # Extra seconds to add in order to account for the time taken by the proxy
  118. #
  119. # extra_proxy_timeout: 10.0
  120. #
  121. # uncomment below section only if you have more than one network interface
  122. # which can be the source of outgoing search requests
  123. #
  124. # source_ips:
  125. # - 1.1.1.1
  126. # - 1.1.1.2
  127. # - fe80::/126
  128. # External plugin configuration, for more details see
  129. # https://searxng.github.io/searxng/dev/plugins.html
  130. #
  131. # plugins:
  132. # - plugin1
  133. # - plugin2
  134. # - ...
  135. # uncomment below section if you want to configure which plugin is enabled by
  136. # default
  137. #
  138. # enabled_plugins:
  139. # - "HTTPS rewrite"
  140. # - ...
  141. checker:
  142. # disable checker when in debug mode
  143. off_when_debug: true
  144. # use "scheduling: false" to disable scheduling
  145. # scheduling: interval or int
  146. # to activate the scheduler:
  147. # * uncomment "scheduling" section
  148. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"
  149. # to your uwsgi.ini
  150. # scheduling:
  151. # start_after: [300, 1800] # delay to start the first run of the checker
  152. # every: [86400, 90000] # how often the checker runs
  153. # additional tests: only for the YAML anchors (see the engines section)
  154. #
  155. additional_tests:
  156. rosebud: &test_rosebud
  157. matrix:
  158. query: rosebud
  159. lang: en
  160. result_container:
  161. - not_empty
  162. - ['one_title_contains', 'citizen kane']
  163. test:
  164. - unique_results
  165. android: &test_android
  166. matrix:
  167. query: ['android']
  168. lang: ['en', 'de', 'fr', 'zh-CN']
  169. result_container:
  170. - not_empty
  171. - ['one_title_contains', 'google']
  172. test:
  173. - unique_results
  174. # tests: only for the YAML anchors (see the engines section)
  175. tests:
  176. infobox: &tests_infobox
  177. infobox:
  178. matrix:
  179. query: ["linux", "new york", "bbc"]
  180. result_container:
  181. - has_infobox
  182. engines:
  183. - name: apk mirror
  184. engine: apkmirror
  185. timeout: 4.0
  186. shortcut: apkm
  187. disabled: true
  188. # Requires Tor
  189. - name: ahmia
  190. engine: ahmia
  191. categories: onions
  192. enable_http: true
  193. shortcut: ah
  194. - name: arch linux wiki
  195. engine: archlinux
  196. shortcut: al
  197. - name: archive is
  198. engine: xpath
  199. search_url: https://archive.is/search/?q={query}
  200. url_xpath: (//div[@class="TEXT-BLOCK"]/a)/@href
  201. title_xpath: (//div[@class="TEXT-BLOCK"]/a)
  202. content_xpath: //div[@class="TEXT-BLOCK"]/ul/li
  203. categories: general
  204. timeout: 7.0
  205. disabled: true
  206. shortcut: ai
  207. soft_max_redirects: 1
  208. about:
  209. website: https://archive.is/
  210. wikidata_id: Q13515725
  211. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  212. use_official_api: false
  213. require_api_key: false
  214. results: HTML
  215. - name: artic
  216. engine: artic
  217. shortcut: arc
  218. timeout: 4.0
  219. - name: arxiv
  220. engine: arxiv
  221. shortcut: arx
  222. categories: science
  223. timeout: 4.0
  224. # tmp suspended: dh key too small
  225. # - name: base
  226. # engine: base
  227. # shortcut: bs
  228. - name: bandcamp
  229. engine: bandcamp
  230. shortcut: bc
  231. categories: music
  232. - name: wikipedia
  233. engine: wikipedia
  234. shortcut: wp
  235. base_url: 'https://{language}.wikipedia.org/'
  236. - name: bing
  237. engine: bing
  238. shortcut: bi
  239. - name: bing images
  240. engine: bing_images
  241. shortcut: bii
  242. - name: bing news
  243. engine: bing_news
  244. shortcut: bin
  245. - name: bing videos
  246. engine: bing_videos
  247. shortcut: biv
  248. - name: bitbucket
  249. engine: xpath
  250. paging: true
  251. search_url: https://bitbucket.org/repo/all/{pageno}?name={query}
  252. url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  253. title_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]
  254. content_xpath: //article[@class="repo-summary"]/p
  255. categories: it
  256. timeout: 4.0
  257. disabled: true
  258. shortcut: bb
  259. about:
  260. website: https://bitbucket.org/
  261. wikidata_id: Q2493781
  262. official_api_documentation: https://developer.atlassian.com/bitbucket
  263. use_official_api: false
  264. require_api_key: false
  265. results: HTML
  266. - name: btdigg
  267. engine: btdigg
  268. shortcut: bt
  269. - name: ccc-tv
  270. engine: xpath
  271. paging: false
  272. search_url: https://media.ccc.de/search/?q={query}
  273. url_xpath: //div[@class="caption"]/h3/a/@href
  274. title_xpath: //div[@class="caption"]/h3/a/text()
  275. content_xpath: //div[@class="caption"]/h4/@title
  276. categories: videos
  277. disabled: true
  278. shortcut: c3tv
  279. about:
  280. website: https://media.ccc.de/
  281. wikidata_id: Q80729951
  282. official_api_documentation: https://github.com/voc/voctoweb
  283. use_official_api: false
  284. require_api_key: false
  285. results: HTML
  286. - name: ccengine
  287. engine: ccengine
  288. categories: images
  289. shortcut: cce
  290. # - name: core.ac.uk
  291. # engine: core
  292. # categories: science
  293. # shortcut: cor
  294. # # get your API key from: https://core.ac.uk/api-keys/register/
  295. # api_key: 'unset'
  296. - name: crossref
  297. engine: json_engine
  298. paging: true
  299. search_url: https://search.crossref.org/dois?q={query}&page={pageno}
  300. url_query: doi
  301. title_query: title
  302. title_html_to_text: true
  303. content_query: fullCitation
  304. content_html_to_text: true
  305. categories: science
  306. shortcut: cr
  307. about:
  308. website: https://www.crossref.org/
  309. wikidata_id: Q5188229
  310. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  311. use_official_api: false
  312. require_api_key: false
  313. results: JSON
  314. - name: currency
  315. engine: currency_convert
  316. categories: general
  317. shortcut: cc
  318. - name: deezer
  319. engine: deezer
  320. shortcut: dz
  321. - name: deviantart
  322. engine: deviantart
  323. shortcut: da
  324. timeout: 3.0
  325. - name: ddg definitions
  326. engine: duckduckgo_definitions
  327. shortcut: ddd
  328. weight: 2
  329. disabled: true
  330. tests: *tests_infobox
  331. # cloudflare protected
  332. # - name: digbt
  333. # engine: digbt
  334. # shortcut: dbt
  335. # timeout: 6.0
  336. # disabled: true
  337. - name: digg
  338. engine: digg
  339. shortcut: dg
  340. - name: docker hub
  341. engine: docker_hub
  342. shortcut: dh
  343. categories: it
  344. - name: erowid
  345. engine: xpath
  346. paging: true
  347. first_page_num: 0
  348. page_size: 30
  349. search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
  350. url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  351. title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  352. content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
  353. categories: general
  354. shortcut: ew
  355. disabled: true
  356. about:
  357. website: https://www.erowid.org/
  358. wikidata_id: Q1430691
  359. official_api_documentation:
  360. use_official_api: false
  361. require_api_key: false
  362. results: HTML
  363. # - name: elasticsearch
  364. # shortcut: es
  365. # engine: elasticsearch
  366. # base_url: http://localhost:9200
  367. # username: elastic
  368. # password: changeme
  369. # index: my-index
  370. # # available options: match, simple_query_string, term, terms, custom
  371. # query_type: match
  372. # # if query_type is set to custom, provide your query here
  373. # #custom_query_json: {"query":{"match_all": {}}}
  374. # #show_metadata: false
  375. # disabled: true
  376. - name: wikidata
  377. engine: wikidata
  378. shortcut: wd
  379. timeout: 3.0
  380. weight: 2
  381. tests: *tests_infobox
  382. - name: duckduckgo
  383. engine: duckduckgo
  384. shortcut: ddg
  385. disabled: true
  386. - name: duckduckgo images
  387. engine: duckduckgo_images
  388. shortcut: ddi
  389. timeout: 3.0
  390. disabled: true
  391. - name: etools
  392. engine: etools
  393. shortcut: eto
  394. disabled: true
  395. additional_tests:
  396. rosebud: *test_rosebud
  397. - name: etymonline
  398. engine: xpath
  399. paging: true
  400. search_url: https://etymonline.com/search?page={pageno}&q={query}
  401. url_xpath: //a[contains(@class, "word__name--")]/@href
  402. title_xpath: //a[contains(@class, "word__name--")]
  403. content_xpath: //section[contains(@class, "word__defination")]
  404. first_page_num: 1
  405. shortcut: et
  406. disabled: true
  407. about:
  408. website: https://www.etymonline.com/
  409. wikidata_id: Q1188617
  410. official_api_documentation:
  411. use_official_api: false
  412. require_api_key: false
  413. results: HTML
  414. # - name: ebay
  415. # engine: ebay
  416. # shortcut: eb
  417. # disabled: true
  418. # timeout: 5
  419. - name: 1x
  420. engine: www1x
  421. shortcut: 1x
  422. timeout: 3.0
  423. disabled: true
  424. - name: fdroid
  425. engine: fdroid
  426. shortcut: fd
  427. disabled: true
  428. - name: flickr
  429. categories: images
  430. shortcut: fl
  431. # You can use the engine using the official stable API, but you need an API
  432. # key, see: https://www.flickr.com/services/apps/create/
  433. # engine: flickr
  434. # api_key: 'apikey' # required!
  435. # Or you can use the html non-stable engine, activated by default
  436. engine: flickr_noapi
  437. - name: free software directory
  438. engine: mediawiki
  439. shortcut: fsd
  440. categories: it
  441. base_url: https://directory.fsf.org/
  442. number_of_results: 5
  443. # what part of a page matches the query string: title, text, nearmatch
  444. # * title - query matches title
  445. # * text - query matches the text of page
  446. # * nearmatch - nearmatch in title
  447. search_type: title
  448. timeout: 5.0
  449. disabled: true
  450. about:
  451. website: https://directory.fsf.org/
  452. wikidata_id: Q2470288
  453. # - name: freesound
  454. # engine: freesound
  455. # shortcut: fnd
  456. # disabled: true
  457. # timeout: 15.0
  458. # API key required, see: https://freesound.org/docs/api/overview.html
  459. # api_key: MyAPIkey
  460. - name: frinkiac
  461. engine: frinkiac
  462. shortcut: frk
  463. disabled: true
  464. - name: genius
  465. engine: genius
  466. shortcut: gen
  467. - name: gigablast
  468. engine: gigablast
  469. shortcut: gb
  470. timeout: 3.0
  471. disabled: true
  472. additional_tests:
  473. rosebud: *test_rosebud
  474. - name: gentoo
  475. engine: gentoo
  476. shortcut: ge
  477. - name: gitlab
  478. engine: json_engine
  479. paging: true
  480. search_url: https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  481. url_query: web_url
  482. title_query: name_with_namespace
  483. content_query: description
  484. page_size: 20
  485. categories: it
  486. shortcut: gl
  487. timeout: 10.0
  488. disabled: true
  489. about:
  490. website: https://about.gitlab.com/
  491. wikidata_id: Q16639197
  492. official_api_documentation: https://docs.gitlab.com/ee/api/
  493. use_official_api: false
  494. require_api_key: false
  495. results: JSON
  496. - name: github
  497. engine: github
  498. shortcut: gh
  499. # This a Gitea service. If you would like to use a different instance,
  500. # change codeberg.org to URL of the desired Gitea host. Or you can create a
  501. # new engine by copying this and changing the name, shortcut and search_url.
  502. - name: codeberg
  503. engine: json_engine
  504. search_url: https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  505. url_query: html_url
  506. title_query: name
  507. content_query: description
  508. categories: it
  509. shortcut: cb
  510. disabled: true
  511. about:
  512. website: https://codeberg.org/
  513. wikidata_id:
  514. official_api_documentation: https://try.gitea.io/api/swagger
  515. use_official_api: false
  516. require_api_key: false
  517. results: JSON
  518. - name: google
  519. engine: google
  520. shortcut: go
  521. # see https://searxng.github.io/searxng/src/searx.engines.google.html#module-searx.engines.google
  522. use_mobile_ui: false
  523. # additional_tests:
  524. # android: *test_android
  525. - name: google images
  526. engine: google_images
  527. shortcut: goi
  528. # additional_tests:
  529. # android: *test_android
  530. # dali:
  531. # matrix:
  532. # query: ['Dali Christ']
  533. # lang: ['en', 'de', 'fr', 'zh-CN']
  534. # result_container:
  535. # - ['one_title_contains', 'Salvador']
  536. - name: google news
  537. engine: google_news
  538. shortcut: gon
  539. # additional_tests:
  540. # android: *test_android
  541. - name: google videos
  542. engine: google_videos
  543. shortcut: gov
  544. # additional_tests:
  545. # android: *test_android
  546. - name: google scholar
  547. engine: google_scholar
  548. shortcut: gos
  549. - name: google play apps
  550. engine: xpath
  551. search_url: https://play.google.com/store/search?q={query}&c=apps
  552. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  553. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  554. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  555. content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  556. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  557. categories: files
  558. shortcut: gpa
  559. disabled: true
  560. about:
  561. website: https://play.google.com/
  562. wikidata_id: Q79576
  563. official_api_documentation:
  564. use_official_api: false
  565. require_api_key: false
  566. results: HTML
  567. - name: google play movies
  568. engine: xpath
  569. search_url: https://play.google.com/store/search?q={query}&c=movies
  570. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  571. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  572. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  573. content_xpath: './/div[@class="kCSSQe"]'
  574. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  575. categories: videos
  576. shortcut: gpm
  577. disabled: true
  578. about:
  579. website: https://play.google.com/
  580. wikidata_id: Q79576
  581. official_api_documentation:
  582. use_official_api: false
  583. require_api_key: false
  584. results: HTML
  585. - name: gpodder
  586. engine: json_engine
  587. shortcut: gpod
  588. timeout: 4.0
  589. paging: false
  590. search_url: https://gpodder.net/search.json?q={query}
  591. url_query: url
  592. title_query: title
  593. content_query: description
  594. page_size: 19
  595. categories: social media, files, general
  596. disabled: true
  597. about:
  598. website: https://gpodder.net
  599. wikidata_id: Q3093354
  600. official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
  601. use_official_api: false
  602. requires_api_key: false
  603. results: JSON
  604. - name: geektimes
  605. engine: xpath
  606. paging: true
  607. search_url: https://habr.com/en/search/page{pageno}/?q={query}
  608. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  609. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  610. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  611. categories: it
  612. timeout: 4.0
  613. disabled: true
  614. shortcut: gt
  615. about:
  616. website: https://geektimes.ru/
  617. wikidata_id: Q50572423
  618. official_api_documentation:
  619. use_official_api: false
  620. require_api_key: false
  621. results: HTML
  622. - name: habrahabr
  623. engine: xpath
  624. paging: true
  625. search_url: https://habrahabr.ru/search/page{pageno}/?q={query}
  626. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  627. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  628. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  629. categories: it
  630. timeout: 4.0
  631. disabled: true
  632. shortcut: habr
  633. about:
  634. website: https://habr.com/
  635. wikidata_id: Q4494434
  636. official_api_documentation: https://habr.com/en/docs/help/api/
  637. use_official_api: false
  638. require_api_key: false
  639. results: HTML
  640. - name: hoogle
  641. engine: xpath
  642. paging: true
  643. search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  644. results_xpath: '//div[@class="result"]'
  645. title_xpath: './/div[@class="ans"]//a'
  646. url_xpath: './/div[@class="ans"]//a/@href'
  647. content_xpath: './/div[@class="from"]'
  648. page_size: 20
  649. categories: it
  650. shortcut: ho
  651. about:
  652. website: https://www.haskell.org/
  653. wikidata_id: Q34010
  654. official_api_documentation: https://hackage.haskell.org/api
  655. use_official_api: false
  656. require_api_key: false
  657. results: JSON
  658. - name: ina
  659. engine: ina
  660. shortcut: in
  661. timeout: 6.0
  662. disabled: true
  663. - name: invidious
  664. engine: invidious
  665. base_url:
  666. - https://invidious.tube/
  667. - https://invidious.snopyta.org/
  668. shortcut: iv
  669. timeout: 5.0
  670. disabled: true
  671. - name: kickass
  672. engine: kickass
  673. shortcut: kc
  674. timeout: 4.0
  675. disabled: true
  676. - name: library genesis
  677. engine: xpath
  678. enable_http: true
  679. search_url: http://libgen.rs/search.php?req={query}
  680. url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
  681. title_xpath: //a[contains(@href,"book/")]/text()[1]
  682. content_xpath: //td/a[1][contains(@href,"=author")]/text()
  683. categories: general
  684. timeout: 7.0
  685. disabled: true
  686. shortcut: lg
  687. about:
  688. website: http://libgen.rs/
  689. wikidata_id: Q22017206
  690. official_api_documentation:
  691. use_official_api: false
  692. require_api_key: false
  693. results: HTML
  694. - name: library of congress
  695. engine: loc
  696. shortcut: loc
  697. categories: images
  698. - name: lobste.rs
  699. engine: xpath
  700. search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  701. results_xpath: //li[contains(@class, "story")]
  702. url_xpath: .//a[@class="u-url"]/@href
  703. title_xpath: .//a[@class="u-url"]
  704. content_xpath: .//a[@class="domain"]
  705. categories: it
  706. shortcut: lo
  707. timeout: 5.0
  708. disabled: true
  709. about:
  710. website: https://lobste.rs/
  711. wikidata_id: Q60762874
  712. official_api_documentation:
  713. use_official_api: false
  714. require_api_key: false
  715. results: HTML
  716. # - name: meilisearch
  717. # engine: meilisearch
  718. # shortcut: mes
  719. # enable_http: true
  720. # base_url: http://localhost:7700
  721. # index: my-index
  722. - name: microsoft academic
  723. engine: microsoft_academic
  724. categories: science
  725. shortcut: ma
  726. - name: mixcloud
  727. engine: mixcloud
  728. shortcut: mc
  729. # MongoDB engine
  730. # Required dependency: pymongo
  731. # - name: mymongo
  732. # engine: mongodb
  733. # shortcut: md
  734. # exact_match_only: false
  735. # host: '127.0.0.1'
  736. # port: 27017
  737. # enable_http: true
  738. # results_per_page: 20
  739. # database: 'business'
  740. # collection: 'reviews' # name of the db collection
  741. # key: 'name' # key in the collection to search for
  742. - name: npm
  743. engine: json_engine
  744. paging: true
  745. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  746. results_query: results
  747. url_query: package/links/npm
  748. title_query: package/name
  749. content_query: package/description
  750. page_size: 25
  751. categories: it
  752. disabled: true
  753. timeout: 5.0
  754. shortcut: npm
  755. about:
  756. website: https://npms.io/
  757. wikidata_id: Q7067518
  758. official_api_documentation: https://api-docs.npms.io/
  759. use_official_api: false
  760. require_api_key: false
  761. results: JSON
  762. - name: nyaa
  763. engine: nyaa
  764. shortcut: nt
  765. disabled: true
  766. - name: mankier
  767. engine: json_engine
  768. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  769. results_query: results
  770. url_query: url
  771. title_query: name
  772. content_query: description
  773. categories: it
  774. shortcut: man
  775. about:
  776. website: https://www.mankier.com/
  777. official_api_documentation: https://www.mankier.com/api
  778. use_official_api: true
  779. require_api_key: false
  780. results: JSON
  781. - name: openairedatasets
  782. engine: json_engine
  783. paging: true
  784. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  785. results_query: response/results/result
  786. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  787. title_query: metadata/oaf:entity/oaf:result/title/$
  788. content_query: metadata/oaf:entity/oaf:result/description/$
  789. content_html_to_text: true
  790. categories: science
  791. shortcut: oad
  792. timeout: 5.0
  793. about:
  794. website: https://www.openaire.eu/
  795. wikidata_id: Q25106053
  796. official_api_documentation: https://api.openaire.eu/
  797. use_official_api: false
  798. require_api_key: false
  799. results: JSON
  800. - name: openairepublications
  801. engine: json_engine
  802. paging: true
  803. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  804. results_query: response/results/result
  805. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  806. title_query: metadata/oaf:entity/oaf:result/title/$
  807. content_query: metadata/oaf:entity/oaf:result/description/$
  808. content_html_to_text: true
  809. categories: science
  810. shortcut: oap
  811. timeout: 5.0
  812. about:
  813. website: https://www.openaire.eu/
  814. wikidata_id: Q25106053
  815. official_api_documentation: https://api.openaire.eu/
  816. use_official_api: false
  817. require_api_key: false
  818. results: JSON
  819. # - name: opensemanticsearch
  820. # engine: opensemantic
  821. # shortcut: oss
  822. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  823. - name: openstreetmap
  824. engine: openstreetmap
  825. shortcut: osm
  826. - name: openrepos
  827. engine: xpath
  828. paging: true
  829. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  830. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  831. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  832. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  833. categories: files
  834. timeout: 4.0
  835. disabled: true
  836. shortcut: or
  837. about:
  838. website: https://openrepos.net/
  839. wikidata_id:
  840. official_api_documentation:
  841. use_official_api: false
  842. require_api_key: false
  843. results: HTML
  844. - name: pdbe
  845. engine: pdbe
  846. shortcut: pdb
  847. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  848. # hide_obsolete: false
  849. - name: photon
  850. engine: photon
  851. shortcut: ph
  852. - name: piratebay
  853. engine: piratebay
  854. shortcut: tpb
  855. # You may need to change this URL to a proxy if piratebay is blocked in your
  856. # country
  857. url: https://thepiratebay.org/
  858. timeout: 3.0
  859. # Required dependency: psychopg2
  860. # - name: postgresql
  861. # engine: postgresql
  862. # database: postgres
  863. # username: postgres
  864. # password: postgres
  865. # limit: 10
  866. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  867. # shortcut : psql
  868. - name: pubmed
  869. engine: pubmed
  870. shortcut: pub
  871. categories: science
  872. timeout: 3.0
  873. - name: pypi
  874. shortcut: pypi
  875. engine: xpath
  876. paging: true
  877. search_url: https://pypi.org/search?q={query}&page={pageno}
  878. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  879. url_xpath: ./@href
  880. title_xpath: ./h3/span[@class="package-snippet__name"]
  881. content_xpath: ./p
  882. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  883. first_page_num: 1
  884. categories: it
  885. about:
  886. website: https://pypi.org
  887. wikidata_id: Q2984686
  888. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  889. use_official_api: false
  890. require_api_key: false
  891. results: HTML
  892. - name: qwant
  893. engine: qwant
  894. shortcut: qw
  895. categories: general
  896. disabled: false
  897. additional_tests:
  898. rosebud: *test_rosebud
  899. - name: qwant news
  900. engine: qwant
  901. shortcut: qwn
  902. categories: news
  903. disabled: false
  904. network: qwant
  905. - name: qwant images
  906. engine: qwant
  907. shortcut: qwi
  908. categories: images
  909. disabled: false
  910. network: qwant
  911. - name: qwant videos
  912. engine: qwant
  913. shortcut: qwv
  914. categories: videos
  915. disabled: false
  916. network: qwant
  917. # - name: library
  918. # engine: recoll
  919. # shortcut: lib
  920. # base_url: 'https://recoll.example.org/'
  921. # search_dir: ''
  922. # mount_prefix: /export
  923. # dl_prefix: 'https://download.example.org'
  924. # timeout: 30.0
  925. # categories: files
  926. # disabled: true
  927. # - name: recoll library reference
  928. # engine: recoll
  929. # base_url: 'https://recoll.example.org/'
  930. # search_dir: reference
  931. # mount_prefix: /export
  932. # dl_prefix: 'https://download.example.org'
  933. # shortcut: libr
  934. # timeout: 30.0
  935. # categories: files
  936. # disabled: true
  937. - name: reddit
  938. engine: reddit
  939. shortcut: re
  940. page_size: 25
  941. timeout: 10.0
  942. disabled: true
  943. # Required dependency: redis
  944. # - name: myredis
  945. # shortcut : rds
  946. # engine: redis_server
  947. # exact_match_only: false
  948. # host: '127.0.0.1'
  949. # port: 6379
  950. # enable_http: true
  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'