settings.yml 21 KB

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