settings.yml 22 KB

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