settings.yml 43 KB

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