settings.yml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. search:
  5. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  6. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  7. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  8. ban_time_on_fail : 5 # ban time in seconds after engine errors
  9. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  10. server:
  11. port : 8888
  12. bind_address : "127.0.0.1" # address to listen on
  13. secret_key : "ultrasecretkey" # change this!
  14. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  15. image_proxy : False # Proxying image results through searx
  16. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  17. ui:
  18. static_path : "" # Custom static path - leave it blank if you didn't change
  19. templates_path : "" # Custom templates path - leave it blank if you didn't change
  20. default_theme : oscar # ui theme
  21. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  22. theme_args :
  23. oscar_style : logicodev # default style of oscar
  24. # categories_order :
  25. # - general
  26. # - files
  27. # - map
  28. # - it
  29. # - science
  30. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  31. # uncomment below section if you have running morty proxy
  32. # the key is base64 encoded (keep the !!binary notation)
  33. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  34. #result_proxy:
  35. # url : http://127.0.0.1:3000/
  36. # key : !!binary "your_morty_proxy_key"
  37. outgoing: # communication with search engines
  38. request_timeout : 2.0 # default timeout in seconds, can be override by engine
  39. # max_request_timeout: 10.0 # the maximum timeout in seconds
  40. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  41. pool_connections : 100 # Number of different hosts
  42. pool_maxsize : 10 # Number of simultaneous requests by host
  43. # uncomment below section if you want to use a proxy
  44. # see http://docs.python-requests.org/en/latest/user/advanced/#proxies
  45. # SOCKS proxies are also supported: see http://requests.readthedocs.io/en/master/user/advanced/#socks
  46. # proxies :
  47. # http : http://127.0.0.1:8080
  48. # https: http://127.0.0.1:8080
  49. # uncomment below section only if you have more than one network interface
  50. # which can be the source of outgoing search requests
  51. # source_ips:
  52. # - 1.1.1.1
  53. # - 1.1.1.2
  54. # External plugin configuration
  55. # See http://asciimoo.github.io/searx/dev/plugins.html for more details
  56. #
  57. # plugins:
  58. # - plugin1
  59. # - plugin2
  60. # - ...
  61. engines:
  62. - name: apk mirror
  63. engine: apkmirror
  64. timeout: 4.0
  65. shortcut: apkm
  66. disabled: True
  67. - name : arch linux wiki
  68. engine : archlinux
  69. shortcut : al
  70. - name : archive is
  71. engine : xpath
  72. search_url : https://archive.is/{query}
  73. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  74. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  75. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  76. categories : general
  77. timeout : 7.0
  78. disabled : True
  79. shortcut : ai
  80. - name : arxiv
  81. engine : arxiv
  82. shortcut : arx
  83. categories : science
  84. timeout : 4.0
  85. # tmp suspended: dh key too small
  86. # - name : base
  87. # engine : base
  88. # shortcut : bs
  89. - name : wikipedia
  90. engine : wikipedia
  91. shortcut : wp
  92. base_url : 'https://{language}.wikipedia.org/'
  93. - name : bing
  94. engine : bing
  95. shortcut : bi
  96. - name : bing images
  97. engine : bing_images
  98. shortcut : bii
  99. - name : bing news
  100. engine : bing_news
  101. shortcut : bin
  102. - name : bing videos
  103. engine : bing_videos
  104. shortcut : biv
  105. - name : bitbucket
  106. engine : xpath
  107. paging : True
  108. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  109. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  110. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  111. content_xpath : //article[@class="repo-summary"]/p
  112. categories : it
  113. timeout : 4.0
  114. disabled : True
  115. shortcut : bb
  116. - name : btdigg
  117. engine : btdigg
  118. shortcut : bt
  119. - name : ccc-tv
  120. engine : xpath
  121. paging : False
  122. search_url : https://media.ccc.de/search/?q={query}
  123. url_xpath : //div[@class="caption"]/h3/a/@href
  124. title_xpath : //div[@class="caption"]/h3/a/text()
  125. content_xpath : //div[@class="caption"]/h4/@title
  126. categories : videos
  127. disabled : True
  128. shortcut : c3tv
  129. - name : crossref
  130. engine : json_engine
  131. paging : True
  132. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  133. url_query : doi
  134. title_query : title
  135. content_query : fullCitation
  136. categories : science
  137. shortcut : cr
  138. - name : currency
  139. engine : currency_convert
  140. categories : general
  141. shortcut : cc
  142. - name : deezer
  143. engine : deezer
  144. shortcut : dz
  145. - name : deviantart
  146. engine : deviantart
  147. shortcut : da
  148. timeout: 3.0
  149. - name : ddg definitions
  150. engine : duckduckgo_definitions
  151. shortcut : ddd
  152. weight : 2
  153. disabled : True
  154. # cloudflare protected
  155. # - name : digbt
  156. # engine : digbt
  157. # shortcut : dbt
  158. # timeout : 6.0
  159. # disabled : True
  160. - name : digg
  161. engine : digg
  162. shortcut : dg
  163. - name : erowid
  164. engine : xpath
  165. paging : True
  166. first_page_num : 0
  167. page_size : 30
  168. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  169. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  170. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  171. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  172. categories : general
  173. shortcut : ew
  174. disabled : True
  175. - name : wikidata
  176. engine : wikidata
  177. shortcut : wd
  178. timeout : 3.0
  179. weight : 2
  180. - name : duckduckgo
  181. engine : duckduckgo
  182. shortcut : ddg
  183. disabled : True
  184. - name : duckduckgo images
  185. engine : duckduckgo_images
  186. shortcut : ddi
  187. timeout: 3.0
  188. disabled : True
  189. - name : etools
  190. engine : etools
  191. shortcut : eto
  192. disabled : True
  193. - name : etymonline
  194. engine : xpath
  195. paging : True
  196. search_url : https://etymonline.com/search?page={pageno}&q={query}
  197. url_xpath : //a[contains(@class, "word__name--")]/@href
  198. title_xpath : //a[contains(@class, "word__name--")]
  199. content_xpath : //section[contains(@class, "word__defination")]
  200. first_page_num : 1
  201. shortcut : et
  202. disabled : True
  203. - name : 1x
  204. engine : www1x
  205. shortcut : 1x
  206. disabled : True
  207. - name : fdroid
  208. engine : fdroid
  209. shortcut : fd
  210. disabled : True
  211. - name : flickr
  212. categories : images
  213. shortcut : fl
  214. # You can use the engine using the official stable API, but you need an API key
  215. # See : https://www.flickr.com/services/apps/create/
  216. # engine : flickr
  217. # api_key: 'apikey' # required!
  218. # Or you can use the html non-stable engine, activated by default
  219. engine : flickr_noapi
  220. - name : free software directory
  221. engine : mediawiki
  222. shortcut : fsd
  223. categories : it
  224. base_url : https://directory.fsf.org/
  225. number_of_results : 5
  226. # what part of a page matches the query string: title, text, nearmatch
  227. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  228. search_type : title
  229. timeout : 5.0
  230. disabled : True
  231. - name : frinkiac
  232. engine : frinkiac
  233. shortcut : frk
  234. disabled : True
  235. - name : genius
  236. engine : genius
  237. shortcut : gen
  238. - name : gigablast
  239. engine : gigablast
  240. shortcut : gb
  241. timeout : 3.0
  242. disabled: True
  243. - name : gentoo
  244. engine : gentoo
  245. shortcut : ge
  246. - name : gitlab
  247. engine : json_engine
  248. paging : True
  249. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  250. url_query : web_url
  251. title_query : name_with_namespace
  252. content_query : description
  253. page_size : 20
  254. categories : it
  255. shortcut : gl
  256. timeout : 10.0
  257. disabled : True
  258. - name : github
  259. engine : github
  260. shortcut : gh
  261. - name : google
  262. engine : google
  263. shortcut : go
  264. - name : google images
  265. engine : google_images
  266. shortcut : goi
  267. - name : google news
  268. engine : google_news
  269. shortcut : gon
  270. - name : google videos
  271. engine : google_videos
  272. shortcut : gov
  273. - name : google scholar
  274. engine : xpath
  275. paging : True
  276. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  277. results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
  278. url_xpath : .//h3/a/@href
  279. title_xpath : .//h3/a
  280. content_xpath : .//div[@class="gs_rs"]
  281. suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
  282. page_size : 10
  283. first_page_num : 0
  284. categories : science
  285. shortcut : gos
  286. - name : google play apps
  287. engine : xpath
  288. search_url : https://play.google.com/store/search?q={query}&c=apps
  289. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  290. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  291. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  292. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  293. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  294. categories : files
  295. shortcut : gpa
  296. disabled : True
  297. - name : google play movies
  298. engine : xpath
  299. search_url : https://play.google.com/store/search?q={query}&c=movies
  300. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  301. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  302. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  303. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  304. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  305. categories : videos
  306. shortcut : gpm
  307. disabled : True
  308. - name : google play music
  309. engine : xpath
  310. search_url : https://play.google.com/store/search?q={query}&c=music
  311. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  312. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  313. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  314. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  315. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  316. categories : music
  317. shortcut : gps
  318. disabled : True
  319. - name : geektimes
  320. engine : xpath
  321. paging : True
  322. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  323. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  324. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  325. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  326. categories : it
  327. timeout : 4.0
  328. disabled : True
  329. shortcut : gt
  330. - name : habrahabr
  331. engine : xpath
  332. paging : True
  333. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  334. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  335. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  336. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  337. categories : it
  338. timeout : 4.0
  339. disabled : True
  340. shortcut : habr
  341. - name : hoogle
  342. engine : json_engine
  343. paging : True
  344. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  345. results_query : results
  346. url_query : location
  347. title_query : self
  348. content_query : docs
  349. page_size : 20
  350. categories : it
  351. shortcut : ho
  352. - name : ina
  353. engine : ina
  354. shortcut : in
  355. timeout : 6.0
  356. disabled : True
  357. - name : invidious
  358. engine : invidious
  359. base_url : 'https://invidio.us/'
  360. shortcut: iv
  361. timeout : 5.0
  362. - name: kickass
  363. engine : kickass
  364. shortcut : kc
  365. timeout : 4.0
  366. disabled : True
  367. - name : library genesis
  368. engine : xpath
  369. search_url : https://libgen.is/search.php?req={query}
  370. url_xpath : //a[contains(@href,"bookfi.net")]/@href
  371. title_xpath : //a[contains(@href,"book/")]/text()[1]
  372. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  373. categories : general
  374. timeout : 7.0
  375. disabled : True
  376. shortcut : lg
  377. - name : lobste.rs
  378. engine : xpath
  379. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  380. results_xpath : //li[contains(@class, "story")]
  381. url_xpath : .//span[@class="link"]/a/@href
  382. title_xpath : .//span[@class="link"]/a
  383. content_xpath : .//a[@class="domain"]
  384. categories : it
  385. shortcut : lo
  386. - name : microsoft academic
  387. engine : microsoft_academic
  388. categories : science
  389. shortcut : ma
  390. - name : mixcloud
  391. engine : mixcloud
  392. shortcut : mc
  393. - name : npm
  394. engine : json_engine
  395. paging : True
  396. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  397. results_query : results
  398. url_query : package/links/npm
  399. title_query : package/name
  400. content_query : package/description
  401. page_size : 25
  402. categories : it
  403. disabled: True
  404. timeout: 5.0
  405. shortcut : npm
  406. - name : nyaa
  407. engine : nyaa
  408. shortcut : nt
  409. disabled : True
  410. - name : acgsou
  411. engine : acgsou
  412. shortcut : acg
  413. disabled : True
  414. timeout: 5.0
  415. - name : openairedatasets
  416. engine : json_engine
  417. paging : True
  418. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  419. results_query : response/results/result
  420. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  421. title_query : metadata/oaf:entity/oaf:result/title/$
  422. content_query : metadata/oaf:entity/oaf:result/description/$
  423. categories : science
  424. shortcut : oad
  425. timeout: 5.0
  426. - name : openairepublications
  427. engine : json_engine
  428. paging : True
  429. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  430. results_query : response/results/result
  431. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  432. title_query : metadata/oaf:entity/oaf:result/title/$
  433. content_query : metadata/oaf:entity/oaf:result/description/$
  434. categories : science
  435. shortcut : oap
  436. timeout: 5.0
  437. - name : openstreetmap
  438. engine : openstreetmap
  439. shortcut : osm
  440. - name : openrepos
  441. engine : xpath
  442. paging : True
  443. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  444. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  445. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  446. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  447. categories : files
  448. timeout : 4.0
  449. disabled : True
  450. shortcut : or
  451. - name : pdbe
  452. engine : pdbe
  453. shortcut : pdb
  454. # Hide obsolete PDB entries.
  455. # Default is not to hide obsolete structures
  456. # hide_obsolete : False
  457. - name : photon
  458. engine : photon
  459. shortcut : ph
  460. - name : piratebay
  461. engine : piratebay
  462. shortcut : tpb
  463. url: https://pirateproxy.red/
  464. timeout : 3.0
  465. - name : pubmed
  466. engine : pubmed
  467. shortcut : pub
  468. categories: science
  469. timeout : 3.0
  470. - name : qwant
  471. engine : qwant
  472. shortcut : qw
  473. categories : general
  474. disabled : True
  475. - name : qwant images
  476. engine : qwant
  477. shortcut : qwi
  478. categories : images
  479. - name : qwant news
  480. engine : qwant
  481. shortcut : qwn
  482. categories : news
  483. - name : qwant social
  484. engine : qwant
  485. shortcut : qws
  486. categories : social media
  487. - name : reddit
  488. engine : reddit
  489. shortcut : re
  490. page_size : 25
  491. timeout : 10.0
  492. disabled : True
  493. # tmp suspended: bad certificate
  494. # - name : scanr structures
  495. # shortcut: scs
  496. # engine : scanr_structures
  497. # disabled : True
  498. - name : soundcloud
  499. engine : soundcloud
  500. shortcut : sc
  501. - name : stackoverflow
  502. engine : stackoverflow
  503. shortcut : st
  504. - name : searchcode doc
  505. engine : searchcode_doc
  506. shortcut : scd
  507. - name : searchcode code
  508. engine : searchcode_code
  509. shortcut : scc
  510. disabled : True
  511. - name : framalibre
  512. engine : framalibre
  513. shortcut : frl
  514. disabled : True
  515. # - name : searx
  516. # engine : searx_engine
  517. # shortcut : se
  518. # instance_urls :
  519. # - http://127.0.0.1:8888/
  520. # - ...
  521. # disabled : True
  522. - name : semantic scholar
  523. engine : xpath
  524. paging : True
  525. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  526. results_xpath : //article
  527. url_xpath : .//div[@class="search-result-title"]/a/@href
  528. title_xpath : .//div[@class="search-result-title"]/a
  529. content_xpath : .//div[@class="search-result-abstract"]
  530. shortcut : se
  531. categories : science
  532. # Spotify needs API credentials
  533. # - name : spotify
  534. # engine : spotify
  535. # shortcut : stf
  536. # api_client_id : *******
  537. # api_client_secret : *******
  538. - name : startpage
  539. engine : startpage
  540. shortcut : sp
  541. timeout : 6.0
  542. disabled : True
  543. - name : tokyotoshokan
  544. engine : tokyotoshokan
  545. shortcut : tt
  546. timeout : 6.0
  547. disabled : True
  548. - name : torrentz
  549. engine : torrentz
  550. shortcut : tor
  551. url: https://torrentz2.eu/
  552. timeout : 3.0
  553. - name : twitter
  554. engine : twitter
  555. shortcut : tw
  556. # maybe in a fun category
  557. # - name : uncyclopedia
  558. # engine : mediawiki
  559. # shortcut : unc
  560. # base_url : https://uncyclopedia.wikia.com/
  561. # number_of_results : 5
  562. # tmp suspended - too slow, too many errors
  563. # - name : urbandictionary
  564. # engine : xpath
  565. # search_url : http://www.urbandictionary.com/define.php?term={query}
  566. # url_xpath : //*[@class="word"]/@href
  567. # title_xpath : //*[@class="def-header"]
  568. # content_xpath : //*[@class="meaning"]
  569. # shortcut : ud
  570. - name : unsplash
  571. engine : unsplash
  572. disabled: True
  573. shortcut : us
  574. - name : yahoo
  575. engine : yahoo
  576. shortcut : yh
  577. disabled : True
  578. - name : yandex
  579. engine : yandex
  580. shortcut : yn
  581. disabled : True
  582. - name : yahoo news
  583. engine : yahoo_news
  584. shortcut : yhn
  585. - name : youtube
  586. shortcut : yt
  587. # You can use the engine using the official stable API, but you need an API key
  588. # See : https://console.developers.google.com/project
  589. # engine : youtube_api
  590. # api_key: 'apikey' # required!
  591. # Or you can use the html non-stable engine, activated by default
  592. engine : youtube_noapi
  593. - name : dailymotion
  594. engine : dailymotion
  595. shortcut : dm
  596. - name : vimeo
  597. engine : vimeo
  598. shortcut : vm
  599. - name : wikibooks
  600. engine : mediawiki
  601. shortcut : wb
  602. categories : general
  603. base_url : "https://{language}.wikibooks.org/"
  604. number_of_results : 5
  605. search_type : text
  606. disabled : True
  607. - name : wikinews
  608. engine : mediawiki
  609. shortcut : wn
  610. categories : news
  611. base_url : "https://{language}.wikinews.org/"
  612. number_of_results : 5
  613. search_type : text
  614. disabled : True
  615. - name : wikiquote
  616. engine : mediawiki
  617. shortcut : wq
  618. categories : general
  619. base_url : "https://{language}.wikiquote.org/"
  620. number_of_results : 5
  621. search_type : text
  622. disabled : True
  623. - name : wikisource
  624. engine : mediawiki
  625. shortcut : ws
  626. categories : general
  627. base_url : "https://{language}.wikisource.org/"
  628. number_of_results : 5
  629. search_type : text
  630. disabled : True
  631. - name : wiktionary
  632. engine : mediawiki
  633. shortcut : wt
  634. categories : general
  635. base_url : "https://{language}.wiktionary.org/"
  636. number_of_results : 5
  637. search_type : text
  638. disabled : True
  639. - name : wikiversity
  640. engine : mediawiki
  641. shortcut : wv
  642. categories : general
  643. base_url : "https://{language}.wikiversity.org/"
  644. number_of_results : 5
  645. search_type : text
  646. disabled : True
  647. - name : wikivoyage
  648. engine : mediawiki
  649. shortcut : wy
  650. categories : general
  651. base_url : "https://{language}.wikivoyage.org/"
  652. number_of_results : 5
  653. search_type : text
  654. disabled : True
  655. - name : wolframalpha
  656. shortcut : wa
  657. # You can use the engine using the official stable API, but you need an API key
  658. # See : http://products.wolframalpha.com/api/
  659. # engine : wolframalpha_api
  660. # api_key: '' # required!
  661. engine : wolframalpha_noapi
  662. timeout: 6.0
  663. categories : science
  664. - name : dictzone
  665. engine : dictzone
  666. shortcut : dc
  667. - name : mymemory translated
  668. engine : translated
  669. shortcut : tl
  670. timeout : 5.0
  671. disabled : True
  672. # You can use without an API key, but you are limited to 1000 words/day
  673. # See : http://mymemory.translated.net/doc/usagelimits.php
  674. # api_key : ''
  675. - name : voat
  676. engine: xpath
  677. shortcut: vo
  678. categories: social media
  679. search_url : https://searchvoat.co/?t={query}
  680. url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href
  681. title_xpath : //div[@class="entry"]//p[@class="title"]/a/text()
  682. content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text()
  683. timeout : 10.0
  684. disabled : True
  685. - name : 1337x
  686. engine : 1337x
  687. shortcut : 1337x
  688. disabled : True
  689. - name : duden
  690. engine : duden
  691. shortcut : du
  692. disabled : True
  693. - name : seznam
  694. shortcut: szn
  695. engine: xpath
  696. paging : True
  697. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  698. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  699. url_xpath : ./h3/a/@href
  700. title_xpath : ./h3
  701. content_xpath : .//p[@class="Result-description"]
  702. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  703. first_page_num : 0
  704. page_size : 10
  705. disabled : True
  706. - name : mojeek
  707. shortcut: mjk
  708. engine: xpath
  709. paging : True
  710. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  711. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  712. url_xpath : ./h2/a/@href
  713. title_xpath : ./h2
  714. content_xpath : ./p[@class="s"]
  715. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  716. first_page_num : 0
  717. page_size : 10
  718. disabled : True
  719. - name : seedpeer
  720. shortcut : speu
  721. engine : seedpeer
  722. categories: files, music, videos
  723. - name : rubygems
  724. shortcut: rbg
  725. engine: xpath
  726. paging : True
  727. search_url : https://rubygems.org/search?page={pageno}&query={query}
  728. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  729. url_xpath : ./@href
  730. title_xpath : ./span/h2
  731. content_xpath : ./span/p
  732. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  733. first_page_num : 1
  734. categories: it
  735. disabled : True
  736. # - name : yacy
  737. # engine : yacy
  738. # shortcut : ya
  739. # base_url : 'http://localhost:8090'
  740. # number_of_results : 5
  741. # timeout : 3.0
  742. # Doku engine lets you access to any Doku wiki instance:
  743. # A public one or a privete/corporate one.
  744. # - name : ubuntuwiki
  745. # engine : doku
  746. # shortcut : uw
  747. # base_url : 'http://doc.ubuntu-fr.org'
  748. locales:
  749. en : English
  750. ar : العَرَبِيَّة (Arabic)
  751. bg : Български (Bulgarian)
  752. bo : བོད་སྐད་ (Tibetian)
  753. ca : Català (Catalan)
  754. cs : Čeština (Czech)
  755. cy : Cymraeg (Welsh)
  756. da : Dansk (Danish)
  757. de : Deutsch (German)
  758. el_GR : Ελληνικά (Greek_Greece)
  759. eo : Esperanto (Esperanto)
  760. es : Español (Spanish)
  761. et : Eesti (Estonian)
  762. eu : Euskara (Basque)
  763. fa_IR : (fārsī) فارسى (Persian)
  764. fi : Suomi (Finnish)
  765. fil : Wikang Filipino (Filipino)
  766. fr : Français (French)
  767. gl : Galego (Galician)
  768. he : עברית (Hebrew)
  769. hr : Hrvatski (Croatian)
  770. hu : Magyar (Hungarian)
  771. ia : Interlingua (Interlingua)
  772. it : Italiano (Italian)
  773. ja : 日本語 (Japanese)
  774. lt : Lietuvių (Lithuanian)
  775. nl : Nederlands (Dutch)
  776. nl_BE : Vlaams (Dutch_Belgium)
  777. oc : Lenga D'òc (Occitan)
  778. pl : Polski (Polish)
  779. pt : Português (Portuguese)
  780. pt_BR : Português (Portuguese_Brazil)
  781. ro : Română (Romanian)
  782. ru : Русский (Russian)
  783. sk : Slovenčina (Slovak)
  784. sl : Slovenski (Slovene)
  785. sr : српски (Serbian)
  786. sv : Svenska (Swedish)
  787. te : తెలుగు (telugu)
  788. ta : தமிழ் (Tamil)
  789. tr : Türkçe (Turkish)
  790. uk : українська мова (Ukrainian)
  791. vi : tiếng việt (Vietnamese)
  792. zh : 中文 (Chinese)
  793. zh_TW : 國語 (Taiwanese Mandarin)
  794. doi_resolvers :
  795. oadoi.org : 'https://oadoi.org/'
  796. doi.org : 'https://doi.org/'
  797. doai.io : 'https://doai.io/'
  798. sci-hub.tw : 'https://sci-hub.tw/'
  799. default_doi_resolver : 'oadoi.org'