settings.yml 21 KB

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