settings.yml 45 KB

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