settings.yml 20 KB

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