settings.yml 47 KB

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