settings.yml 43 KB

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