settings.yml 47 KB

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