settings.yml 47 KB

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