settings.yml 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searxng" # displayed name
  4. contact_url: False # mailto:contact@example.com
  5. brand:
  6. git_url: https://github.com/searxng/searxng
  7. git_branch: master
  8. issue_url: https://github.com/searxng/searxng/issues
  9. new_issue_url: https://github.com/searxng/searxng/issues/new
  10. docs_url: https://searxng.github.io/searxng
  11. public_instances: https://searx.space
  12. wiki_url: https://github.com/searxng/searxng/wiki
  13. search:
  14. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  15. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  16. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  17. ban_time_on_fail : 5 # ban time in seconds after engine errors
  18. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  19. server:
  20. port : 8888
  21. bind_address : "127.0.0.1" # address to listen on
  22. secret_key : "ultrasecretkey" # change this!
  23. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  24. image_proxy : False # Proxying image results through searx
  25. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  26. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  27. default_http_headers:
  28. X-Content-Type-Options : nosniff
  29. X-XSS-Protection : 1; mode=block
  30. X-Download-Options : noopen
  31. X-Robots-Tag : noindex, nofollow
  32. Referrer-Policy : no-referrer
  33. ui:
  34. static_path : "" # Custom static path - leave it blank if you didn't change
  35. templates_path : "" # Custom templates path - leave it blank if you didn't change
  36. default_theme : oscar # ui theme
  37. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  38. theme_args :
  39. oscar_style : logicodev # default style of oscar
  40. # results_on_new_tab: False # Open result links in a new tab by default
  41. # categories_order :
  42. # - general
  43. # - files
  44. # - map
  45. # - it
  46. # - science
  47. # Lock arbitrary settings on the preferences page.
  48. # To find the ID of the user setting you want to lock, check
  49. # the ID of the form on the page "preferences".
  50. #preferences:
  51. # lock:
  52. # - language
  53. # - autocomplete
  54. # - method
  55. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  56. # uncomment below section if you have running morty proxy
  57. # the key is base64 encoded (keep the !!binary notation)
  58. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  59. #result_proxy:
  60. # url : http://127.0.0.1:3000/
  61. # key : !!binary "your_morty_proxy_key"
  62. # proxify_results : True # [True|False] enable the "proxy" button next to each result
  63. outgoing: # communication with search engines
  64. request_timeout : 3.0 # default timeout in seconds, can be override by engine
  65. # max_request_timeout: 10.0 # the maximum timeout in seconds
  66. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  67. pool_connections : 100 # The maximum number of concurrent connections that may be established.
  68. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point.
  69. enable_http2: True # See https://www.python-httpx.org/http2/
  70. # uncomment below section if you want to use a proxy
  71. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  72. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  73. # proxies:
  74. # all://:
  75. # - http://proxy1:8080
  76. # - http://proxy2:8080
  77. # using_tor_proxy : True
  78. # extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy
  79. # uncomment below section only if you have more than one network interface
  80. # which can be the source of outgoing search requests
  81. # source_ips:
  82. # - 1.1.1.1
  83. # - 1.1.1.2
  84. # - fe80::/126
  85. # External plugin configuration
  86. # See https://searxng.github.io/searxng/dev/plugins.html for more details
  87. #
  88. # plugins:
  89. # - plugin1
  90. # - plugin2
  91. # - ...
  92. # uncomment below section if you want to configure which plugin is enabled by default
  93. #
  94. # enabled_plugins:
  95. # - "HTTPS rewrite"
  96. # - ...
  97. checker:
  98. # disable checker when in debug mode
  99. off_when_debug: True
  100. # scheduling: interval or int
  101. # use "scheduling: False" to disable scheduling
  102. # to activate the scheduler:
  103. # * uncomment "scheduling" section
  104. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  105. # scheduling:
  106. # start_after: [300, 1800] # delay to start the first run of the checker
  107. # every: [86400, 90000] # how often the checker runs
  108. # additional tests: only for the YAML anchors (see the engines section)
  109. additional_tests:
  110. rosebud: &test_rosebud
  111. matrix:
  112. query: rosebud
  113. lang: en
  114. result_container:
  115. - not_empty
  116. - ['one_title_contains', 'citizen kane']
  117. test:
  118. - unique_results
  119. android: &test_android
  120. matrix:
  121. query: ['android']
  122. lang: ['en', 'de', 'fr', 'zh-CN']
  123. result_container:
  124. - not_empty
  125. - ['one_title_contains', 'google']
  126. test:
  127. - unique_results
  128. # tests: only for the YAML anchors (see the engines section)
  129. tests:
  130. infobox: &tests_infobox
  131. infobox:
  132. matrix:
  133. query: ["linux", "new york", "bbc"]
  134. result_container:
  135. - has_infobox
  136. engines:
  137. - name: apk mirror
  138. engine: apkmirror
  139. timeout: 4.0
  140. shortcut: apkm
  141. disabled: True
  142. # Requires Tor
  143. - name : ahmia
  144. engine : ahmia
  145. categories : onions
  146. enable_http : True
  147. shortcut : ah
  148. - name : arch linux wiki
  149. engine : archlinux
  150. shortcut : al
  151. - name : archive is
  152. engine : xpath
  153. search_url : https://archive.is/search/?q={query}
  154. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  155. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  156. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  157. categories : general
  158. timeout : 7.0
  159. disabled : True
  160. shortcut : ai
  161. soft_max_redirects: 1
  162. about:
  163. website: https://archive.is/
  164. wikidata_id: Q13515725
  165. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  166. use_official_api: false
  167. require_api_key: false
  168. results: HTML
  169. - name : artic
  170. engine : artic
  171. shortcut : arc
  172. timeout : 4.0
  173. - name : arxiv
  174. engine : arxiv
  175. shortcut : arx
  176. categories : science
  177. timeout : 4.0
  178. # tmp suspended: dh key too small
  179. # - name : base
  180. # engine : base
  181. # shortcut : bs
  182. - name: bandcamp
  183. engine: bandcamp
  184. shortcut: bc
  185. categories: music
  186. - name : wikipedia
  187. engine : wikipedia
  188. shortcut : wp
  189. base_url : 'https://{language}.wikipedia.org/'
  190. - name : bing
  191. engine : bing
  192. shortcut : bi
  193. - name : bing images
  194. engine : bing_images
  195. shortcut : bii
  196. - name : bing news
  197. engine : bing_news
  198. shortcut : bin
  199. - name : bing videos
  200. engine : bing_videos
  201. shortcut : biv
  202. - name : bitbucket
  203. engine : xpath
  204. paging : True
  205. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  206. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  207. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  208. content_xpath : //article[@class="repo-summary"]/p
  209. categories : it
  210. timeout : 4.0
  211. disabled : True
  212. shortcut : bb
  213. about:
  214. website: https://bitbucket.org/
  215. wikidata_id: Q2493781
  216. official_api_documentation: https://developer.atlassian.com/bitbucket
  217. use_official_api: false
  218. require_api_key: false
  219. results: HTML
  220. - name : btdigg
  221. engine : btdigg
  222. shortcut : bt
  223. - name : ccc-tv
  224. engine : xpath
  225. paging : False
  226. search_url : https://media.ccc.de/search/?q={query}
  227. url_xpath : //div[@class="caption"]/h3/a/@href
  228. title_xpath : //div[@class="caption"]/h3/a/text()
  229. content_xpath : //div[@class="caption"]/h4/@title
  230. categories : videos
  231. disabled : True
  232. shortcut : c3tv
  233. about:
  234. website: https://media.ccc.de/
  235. wikidata_id: Q80729951
  236. official_api_documentation: https://github.com/voc/voctoweb
  237. use_official_api: false
  238. require_api_key: false
  239. results: HTML
  240. - name : ccengine
  241. engine : ccengine
  242. categories : images
  243. shortcut : cce
  244. # - name : core.ac.uk
  245. # engine : core
  246. # categories : science
  247. # shortcut : cor
  248. # # get your API key from: https://core.ac.uk/api-keys/register/
  249. # api_key : 'unset'
  250. - name : crossref
  251. engine : json_engine
  252. paging : True
  253. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  254. url_query : doi
  255. title_query : title
  256. title_html_to_text: True
  257. content_query : fullCitation
  258. content_html_to_text: True
  259. categories : science
  260. shortcut : cr
  261. about:
  262. website: https://www.crossref.org/
  263. wikidata_id: Q5188229
  264. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  265. use_official_api: false
  266. require_api_key: false
  267. results: JSON
  268. - name : currency
  269. engine : currency_convert
  270. categories : general
  271. shortcut : cc
  272. - name : deezer
  273. engine : deezer
  274. shortcut : dz
  275. - name : deviantart
  276. engine : deviantart
  277. shortcut : da
  278. timeout : 3.0
  279. - name : ddg definitions
  280. engine : duckduckgo_definitions
  281. shortcut : ddd
  282. weight : 2
  283. disabled : True
  284. tests: *tests_infobox
  285. # cloudflare protected
  286. # - name : digbt
  287. # engine : digbt
  288. # shortcut : dbt
  289. # timeout : 6.0
  290. # disabled : True
  291. - name : digg
  292. engine : digg
  293. shortcut : dg
  294. - name : erowid
  295. engine : xpath
  296. paging : True
  297. first_page_num : 0
  298. page_size : 30
  299. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  300. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  301. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  302. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  303. categories : general
  304. shortcut : ew
  305. disabled : True
  306. about:
  307. website: https://www.erowid.org/
  308. wikidata_id: Q1430691
  309. official_api_documentation:
  310. use_official_api: false
  311. require_api_key: false
  312. results: HTML
  313. # - name : elasticsearch
  314. # shortcut : es
  315. # engine : elasticsearch
  316. # base_url : http://localhost:9200
  317. # username : elastic
  318. # password : changeme
  319. # index : my-index
  320. # # available options: match, simple_query_string, term, terms, custom
  321. # query_type : match
  322. # # if query_type is set to custom, provide your query here
  323. # #custom_query_json: {"query":{"match_all": {}}}
  324. # #show_metadata: False
  325. # disabled : True
  326. - name : wikidata
  327. engine : wikidata
  328. shortcut : wd
  329. timeout : 3.0
  330. weight : 2
  331. tests: *tests_infobox
  332. - name : duckduckgo
  333. engine : duckduckgo
  334. shortcut : ddg
  335. disabled : True
  336. - name : duckduckgo images
  337. engine : duckduckgo_images
  338. shortcut : ddi
  339. timeout: 3.0
  340. disabled : True
  341. - name : etools
  342. engine : etools
  343. shortcut : eto
  344. disabled : True
  345. additional_tests:
  346. rosebud: *test_rosebud
  347. - name : etymonline
  348. engine : xpath
  349. paging : True
  350. search_url : https://etymonline.com/search?page={pageno}&q={query}
  351. url_xpath : //a[contains(@class, "word__name--")]/@href
  352. title_xpath : //a[contains(@class, "word__name--")]
  353. content_xpath : //section[contains(@class, "word__defination")]
  354. first_page_num : 1
  355. shortcut : et
  356. disabled : True
  357. about:
  358. website: https://www.etymonline.com/
  359. wikidata_id: Q1188617
  360. official_api_documentation:
  361. use_official_api: false
  362. require_api_key: false
  363. results: HTML
  364. # - name : ebay
  365. # engine : ebay
  366. # shortcut : eb
  367. # disabled : True
  368. # timeout: 5
  369. - name : 1x
  370. engine : www1x
  371. shortcut : 1x
  372. timeout : 3.0
  373. disabled : True
  374. - name : fdroid
  375. engine : fdroid
  376. shortcut : fd
  377. disabled : True
  378. - name : flickr
  379. categories : images
  380. shortcut : fl
  381. # You can use the engine using the official stable API, but you need an API key
  382. # See : https://www.flickr.com/services/apps/create/
  383. # engine : flickr
  384. # api_key: 'apikey' # required!
  385. # Or you can use the html non-stable engine, activated by default
  386. engine : flickr_noapi
  387. - name : free software directory
  388. engine : mediawiki
  389. shortcut : fsd
  390. categories : it
  391. base_url : https://directory.fsf.org/
  392. number_of_results : 5
  393. # what part of a page matches the query string: title, text, nearmatch
  394. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  395. search_type : title
  396. timeout : 5.0
  397. disabled : True
  398. about:
  399. website: https://directory.fsf.org/
  400. wikidata_id: Q2470288
  401. # - name : freesound
  402. # engine : freesound
  403. # shortcut : fnd
  404. # disabled : True
  405. # timeout : 15.0
  406. # api_key : MyAPIkey
  407. # API key required, see : https://freesound.org/docs/api/overview.html
  408. - name : frinkiac
  409. engine : frinkiac
  410. shortcut : frk
  411. disabled : True
  412. - name : genius
  413. engine : genius
  414. shortcut : gen
  415. - name : gigablast
  416. engine : gigablast
  417. shortcut : gb
  418. timeout : 3.0
  419. disabled: True
  420. additional_tests:
  421. rosebud: *test_rosebud
  422. - name : gentoo
  423. engine : gentoo
  424. shortcut : ge
  425. - name : gitlab
  426. engine : json_engine
  427. paging : True
  428. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  429. url_query : web_url
  430. title_query : name_with_namespace
  431. content_query : description
  432. page_size : 20
  433. categories : it
  434. shortcut : gl
  435. timeout : 10.0
  436. disabled : True
  437. about:
  438. website: https://about.gitlab.com/
  439. wikidata_id: Q16639197
  440. official_api_documentation: https://docs.gitlab.com/ee/api/
  441. use_official_api: false
  442. require_api_key: false
  443. results: JSON
  444. - name : github
  445. engine : github
  446. shortcut : gh
  447. # This a Gitea service. If you would like to use a different instance,
  448. # change codeberg.org to URL of the desired Gitea host. Or you can create
  449. # a new engine by copying this and changing the name, shortcut and search_url.
  450. - name : codeberg
  451. engine : json_engine
  452. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  453. url_query : html_url
  454. title_query : name
  455. content_query : description
  456. categories : it
  457. shortcut : cb
  458. disabled : True
  459. about:
  460. website: https://codeberg.org/
  461. wikidata_id:
  462. official_api_documentation: https://try.gitea.io/api/swagger
  463. use_official_api: false
  464. require_api_key: false
  465. results: JSON
  466. - name : google
  467. engine : google
  468. shortcut : go
  469. # additional_tests:
  470. # android: *test_android
  471. - name : google images
  472. engine : google_images
  473. shortcut : goi
  474. # additional_tests:
  475. # android: *test_android
  476. # dali:
  477. # matrix:
  478. # query: ['Dali Christ']
  479. # lang: ['en', 'de', 'fr', 'zh-CN']
  480. # result_container:
  481. # - ['one_title_contains', 'Salvador']
  482. - name : google news
  483. engine : google_news
  484. shortcut : gon
  485. # additional_tests:
  486. # android: *test_android
  487. - name : google videos
  488. engine : google_videos
  489. shortcut : gov
  490. # additional_tests:
  491. # android: *test_android
  492. - name : google scholar
  493. engine : google_scholar
  494. shortcut : gos
  495. - name : google play apps
  496. engine : xpath
  497. search_url : https://play.google.com/store/search?q={query}&c=apps
  498. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  499. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  500. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  501. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  502. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  503. categories : files
  504. shortcut : gpa
  505. disabled : True
  506. about:
  507. website: https://play.google.com/
  508. wikidata_id: Q79576
  509. official_api_documentation:
  510. use_official_api: false
  511. require_api_key: false
  512. results: HTML
  513. - name : google play movies
  514. engine : xpath
  515. search_url : https://play.google.com/store/search?q={query}&c=movies
  516. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  517. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  518. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  519. content_xpath : './/div[@class="kCSSQe"]'
  520. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  521. categories : videos
  522. shortcut : gpm
  523. disabled : True
  524. about:
  525. website: https://play.google.com/
  526. wikidata_id: Q79576
  527. official_api_documentation:
  528. use_official_api: false
  529. require_api_key: false
  530. results: HTML
  531. - name : geektimes
  532. engine : xpath
  533. paging : True
  534. search_url : https://habr.com/en/search/page{pageno}/?q={query}
  535. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  536. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  537. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  538. categories : it
  539. timeout : 4.0
  540. disabled : True
  541. shortcut : gt
  542. about:
  543. website: https://geektimes.ru/
  544. wikidata_id: Q50572423
  545. official_api_documentation:
  546. use_official_api: false
  547. require_api_key: false
  548. results: HTML
  549. - name : habrahabr
  550. engine : xpath
  551. paging : True
  552. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  553. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  554. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  555. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  556. categories : it
  557. timeout : 4.0
  558. disabled : True
  559. shortcut : habr
  560. about:
  561. website: https://habr.com/
  562. wikidata_id: Q4494434
  563. official_api_documentation: https://habr.com/en/docs/help/api/
  564. use_official_api: false
  565. require_api_key: false
  566. results: HTML
  567. - name : hoogle
  568. engine : xpath
  569. paging : True
  570. search_url : https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  571. results_xpath : '//div[@class="result"]'
  572. title_xpath : './/div[@class="ans"]//a'
  573. url_xpath : './/div[@class="ans"]//a/@href'
  574. content_xpath : './/div[@class="from"]'
  575. page_size : 20
  576. categories : it
  577. shortcut : ho
  578. about:
  579. website: https://www.haskell.org/
  580. wikidata_id: Q34010
  581. official_api_documentation: https://hackage.haskell.org/api
  582. use_official_api: false
  583. require_api_key: false
  584. results: JSON
  585. - name : ina
  586. engine : ina
  587. shortcut : in
  588. timeout : 6.0
  589. disabled : True
  590. - name : invidious
  591. engine : invidious
  592. base_url :
  593. - https://invidious.tube/
  594. - https://invidious.snopyta.org/
  595. shortcut: iv
  596. timeout : 5.0
  597. disabled : True
  598. - name: kickass
  599. engine : kickass
  600. shortcut : kc
  601. timeout : 4.0
  602. disabled : True
  603. - name : library genesis
  604. engine : xpath
  605. enable_http: True
  606. search_url : http://libgen.rs/search.php?req={query}
  607. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  608. title_xpath : //a[contains(@href,"book/")]/text()[1]
  609. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  610. categories : general
  611. timeout : 7.0
  612. disabled : True
  613. shortcut : lg
  614. about:
  615. website: http://libgen.rs/
  616. wikidata_id: Q22017206
  617. official_api_documentation:
  618. use_official_api: false
  619. require_api_key: false
  620. results: HTML
  621. - name : library of congress
  622. engine : loc
  623. shortcut : loc
  624. categories : images
  625. - name : lobste.rs
  626. engine : xpath
  627. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  628. results_xpath : //li[contains(@class, "story")]
  629. url_xpath : .//a[@class="u-url"]/@href
  630. title_xpath : .//a[@class="u-url"]
  631. content_xpath : .//a[@class="domain"]
  632. categories : it
  633. shortcut : lo
  634. timeout : 5.0
  635. disabled: True
  636. about:
  637. website: https://lobste.rs/
  638. wikidata_id: Q60762874
  639. official_api_documentation:
  640. use_official_api: false
  641. require_api_key: false
  642. results: HTML
  643. # - name : meilisearch
  644. # engine : meilisearch
  645. # shortcut: mes
  646. # enable_http: True
  647. # base_url : http://localhost:7700
  648. # index : my-index
  649. - name : microsoft academic
  650. engine : microsoft_academic
  651. categories : science
  652. shortcut : ma
  653. - name : mixcloud
  654. engine : mixcloud
  655. shortcut : mc
  656. - name : npm
  657. engine : json_engine
  658. paging : True
  659. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  660. results_query : results
  661. url_query : package/links/npm
  662. title_query : package/name
  663. content_query : package/description
  664. page_size : 25
  665. categories : it
  666. disabled: True
  667. timeout: 5.0
  668. shortcut : npm
  669. about:
  670. website: https://npms.io/
  671. wikidata_id: Q7067518
  672. official_api_documentation: https://api-docs.npms.io/
  673. use_official_api: false
  674. require_api_key: false
  675. results: JSON
  676. # Requires Tor
  677. - name : not evil
  678. engine : not_evil
  679. categories : onions
  680. enable_http : True
  681. shortcut : ne
  682. - name : nyaa
  683. engine : nyaa
  684. shortcut : nt
  685. disabled : True
  686. - name : openairedatasets
  687. engine : json_engine
  688. paging : True
  689. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  690. results_query : response/results/result
  691. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  692. title_query : metadata/oaf:entity/oaf:result/title/$
  693. content_query : metadata/oaf:entity/oaf:result/description/$
  694. content_html_to_text: True
  695. categories : science
  696. shortcut : oad
  697. timeout: 5.0
  698. about:
  699. website: https://www.openaire.eu/
  700. wikidata_id: Q25106053
  701. official_api_documentation: https://api.openaire.eu/
  702. use_official_api: false
  703. require_api_key: false
  704. results: JSON
  705. - name : openairepublications
  706. engine : json_engine
  707. paging : True
  708. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  709. results_query : response/results/result
  710. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  711. title_query : metadata/oaf:entity/oaf:result/title/$
  712. content_query : metadata/oaf:entity/oaf:result/description/$
  713. content_html_to_text: True
  714. categories : science
  715. shortcut : oap
  716. timeout: 5.0
  717. about:
  718. website: https://www.openaire.eu/
  719. wikidata_id: Q25106053
  720. official_api_documentation: https://api.openaire.eu/
  721. use_official_api: false
  722. require_api_key: false
  723. results: JSON
  724. # - name : opensemanticsearch
  725. # engine : opensemantic
  726. # shortcut : oss
  727. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  728. - name : openstreetmap
  729. engine : openstreetmap
  730. shortcut : osm
  731. - name : openrepos
  732. engine : xpath
  733. paging : True
  734. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  735. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  736. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  737. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  738. categories : files
  739. timeout : 4.0
  740. disabled : True
  741. shortcut : or
  742. about:
  743. website: https://openrepos.net/
  744. wikidata_id:
  745. official_api_documentation:
  746. use_official_api: false
  747. require_api_key: false
  748. results: HTML
  749. - name : pdbe
  750. engine : pdbe
  751. shortcut : pdb
  752. # Hide obsolete PDB entries.
  753. # Default is not to hide obsolete structures
  754. # hide_obsolete : False
  755. - name : photon
  756. engine : photon
  757. shortcut : ph
  758. - name : piratebay
  759. engine : piratebay
  760. shortcut : tpb
  761. # You may need to change this URL to a proxy if piratebay is blocked in your country
  762. url: https://thepiratebay.org/
  763. timeout : 3.0
  764. - name : pubmed
  765. engine : pubmed
  766. shortcut : pub
  767. categories: science
  768. timeout : 3.0
  769. - name : qwant
  770. engine : qwant
  771. shortcut : qw
  772. categories : general
  773. disabled : True
  774. additional_tests:
  775. rosebud: *test_rosebud
  776. - name : qwant images
  777. engine : qwant
  778. shortcut : qwi
  779. categories : images
  780. network: qwant
  781. - name : qwant news
  782. engine : qwant
  783. shortcut : qwn
  784. categories : news
  785. network: qwant
  786. # - name: library
  787. # engine: recoll
  788. # shortcut: lib
  789. # base_url: 'https://recoll.example.org/'
  790. # search_dir: ''
  791. # mount_prefix: /export
  792. # dl_prefix: 'https://download.example.org'
  793. # timeout: 30.0
  794. # categories: files
  795. # disabled: True
  796. # - name: recoll library reference
  797. # engine: recoll
  798. # base_url: 'https://recoll.example.org/'
  799. # search_dir: reference
  800. # mount_prefix: /export
  801. # dl_prefix: 'https://download.example.org'
  802. # shortcut: libr
  803. # timeout: 30.0
  804. # categories: files
  805. # disabled: True
  806. - name : reddit
  807. engine : reddit
  808. shortcut : re
  809. page_size : 25
  810. timeout : 10.0
  811. disabled : True
  812. # tmp suspended: bad certificate
  813. # - name : scanr structures
  814. # shortcut: scs
  815. # engine : scanr_structures
  816. # disabled : True
  817. - name: sepiasearch
  818. engine: sepiasearch
  819. shortcut: sep
  820. - name : soundcloud
  821. engine : soundcloud
  822. shortcut : sc
  823. - name : stackoverflow
  824. engine : stackoverflow
  825. shortcut : st
  826. - name : searchcode code
  827. engine : searchcode_code
  828. shortcut : scc
  829. disabled : True
  830. - name : framalibre
  831. engine : framalibre
  832. shortcut : frl
  833. disabled : True
  834. # - name : searx
  835. # engine : searx_engine
  836. # shortcut : se
  837. # instance_urls :
  838. # - http://127.0.0.1:8888/
  839. # - ...
  840. # disabled : True
  841. - name : semantic scholar
  842. engine : semantic_scholar
  843. disabled : True
  844. shortcut : se
  845. categories : science
  846. about:
  847. website: https://www.semanticscholar.org/
  848. wikidata_id: Q22908627
  849. official_api_documentation: https://api.semanticscholar.org/
  850. use_official_api: false
  851. require_api_key: false
  852. results: JSON
  853. # Spotify needs API credentials
  854. # - name : spotify
  855. # engine : spotify
  856. # shortcut : stf
  857. # api_client_id : *******
  858. # api_client_secret : *******
  859. # - name : solr
  860. # engine : solr
  861. # shortcut : slr
  862. # base_url : http://localhost:8983
  863. # collection : collection_name
  864. # sort : '' # sorting: asc or desc
  865. # field_list : '' # comma separated list of field names to display on the UI
  866. # default_fields : '' # default field to query
  867. # query_fields : '' # query fields
  868. # enable_http : True
  869. # - name : springer nature
  870. # engine : springer
  871. # # get your API key from: https://dev.springernature.com/signup
  872. # api_key : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  873. # shortcut : springer
  874. # categories : science
  875. # timeout : 6.0
  876. - name : startpage
  877. engine : startpage
  878. shortcut : sp
  879. timeout : 6.0
  880. disabled : True
  881. additional_tests:
  882. rosebud: *test_rosebud
  883. - name : tokyotoshokan
  884. engine : tokyotoshokan
  885. shortcut : tt
  886. timeout : 6.0
  887. disabled : True
  888. - name : solidtorrents
  889. engine : solidtorrents
  890. shortcut : solid
  891. timeout : 3.0
  892. disabled : True
  893. - name : torrentz
  894. engine : torrentz
  895. shortcut : tor
  896. url: https://torrentz2.eu/
  897. timeout : 3.0
  898. # Requires Tor
  899. - name : torch
  900. engine : xpath
  901. paging : True
  902. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  903. results_xpath : //table//tr
  904. url_xpath : ./td[2]/a
  905. title_xpath : ./td[2]/b
  906. content_xpath : ./td[2]/small
  907. categories : onions
  908. enable_http : True
  909. shortcut : tch
  910. # maybe in a fun category
  911. # - name : uncyclopedia
  912. # engine : mediawiki
  913. # shortcut : unc
  914. # base_url : https://uncyclopedia.wikia.com/
  915. # number_of_results : 5
  916. # tmp suspended - too slow, too many errors
  917. # - name : urbandictionary
  918. # engine : xpath
  919. # search_url : http://www.urbandictionary.com/define.php?term={query}
  920. # url_xpath : //*[@class="word"]/@href
  921. # title_xpath : //*[@class="def-header"]
  922. # content_xpath : //*[@class="meaning"]
  923. # shortcut : ud
  924. - name : unsplash
  925. engine : unsplash
  926. disabled: True
  927. shortcut : us
  928. - name : yahoo
  929. engine : yahoo
  930. shortcut : yh
  931. disabled : True
  932. - name : yahoo news
  933. engine : yahoo_news
  934. shortcut : yhn
  935. - name : youtube
  936. shortcut : yt
  937. # You can use the engine using the official stable API, but you need an API key
  938. # See : https://console.developers.google.com/project
  939. # engine : youtube_api
  940. # api_key: 'apikey' # required!
  941. # Or you can use the html non-stable engine, activated by default
  942. engine : youtube_noapi
  943. - name : yggtorrent
  944. engine : yggtorrent
  945. shortcut : ygg
  946. url: https://www4.yggtorrent.li/
  947. disabled : True
  948. timeout : 4.0
  949. - name : dailymotion
  950. engine : dailymotion
  951. shortcut : dm
  952. - name : vimeo
  953. engine : vimeo
  954. shortcut : vm
  955. - name : wiby
  956. engine : json_engine
  957. search_url : https://wiby.me/json/?q={query}
  958. url_query : URL
  959. title_query : Title
  960. content_query : Snippet
  961. categories : general
  962. shortcut : wib
  963. disabled : True
  964. - name : wikibooks
  965. engine : mediawiki
  966. shortcut : wb
  967. categories : general
  968. base_url : "https://{language}.wikibooks.org/"
  969. number_of_results : 5
  970. search_type : text
  971. disabled : True
  972. about:
  973. website: https://www.wikibooks.org/
  974. wikidata_id: Q367
  975. - name : wikinews
  976. engine : mediawiki
  977. shortcut : wn
  978. categories : news
  979. base_url : "https://{language}.wikinews.org/"
  980. number_of_results : 5
  981. search_type : text
  982. disabled : True
  983. about:
  984. website: https://www.wikinews.org/
  985. wikidata_id: Q964
  986. - name : wikiquote
  987. engine : mediawiki
  988. shortcut : wq
  989. categories : general
  990. base_url : "https://{language}.wikiquote.org/"
  991. number_of_results : 5
  992. search_type : text
  993. disabled : True
  994. additional_tests:
  995. rosebud: *test_rosebud
  996. about:
  997. website: https://www.wikiquote.org/
  998. wikidata_id: Q369
  999. - name : wikisource
  1000. engine : mediawiki
  1001. shortcut : ws
  1002. categories : general
  1003. base_url : "https://{language}.wikisource.org/"
  1004. number_of_results : 5
  1005. search_type : text
  1006. disabled : True
  1007. about:
  1008. website: https://www.wikisource.org/
  1009. wikidata_id: Q263
  1010. - name : wiktionary
  1011. engine : mediawiki
  1012. shortcut : wt
  1013. categories : general
  1014. base_url : "https://{language}.wiktionary.org/"
  1015. number_of_results : 5
  1016. search_type : text
  1017. disabled : True
  1018. about:
  1019. website: https://www.wiktionary.org/
  1020. wikidata_id: Q151
  1021. - name : wikiversity
  1022. engine : mediawiki
  1023. shortcut : wv
  1024. categories : general
  1025. base_url : "https://{language}.wikiversity.org/"
  1026. number_of_results : 5
  1027. search_type : text
  1028. disabled : True
  1029. about:
  1030. website: https://www.wikiversity.org/
  1031. wikidata_id: Q370
  1032. - name : wikivoyage
  1033. engine : mediawiki
  1034. shortcut : wy
  1035. categories : general
  1036. base_url : "https://{language}.wikivoyage.org/"
  1037. number_of_results : 5
  1038. search_type : text
  1039. disabled : True
  1040. about:
  1041. website: https://www.wikivoyage.org/
  1042. wikidata_id: Q373
  1043. - name : wolframalpha
  1044. shortcut : wa
  1045. # You can use the engine using the official stable API, but you need an API key
  1046. # See : http://products.wolframalpha.com/api/
  1047. # engine : wolframalpha_api
  1048. # api_key: '' # required!
  1049. engine : wolframalpha_noapi
  1050. timeout: 6.0
  1051. categories : science
  1052. - name : dictzone
  1053. engine : dictzone
  1054. shortcut : dc
  1055. - name : mymemory translated
  1056. engine : translated
  1057. shortcut : tl
  1058. timeout : 5.0
  1059. disabled : True
  1060. # You can use without an API key, but you are limited to 1000 words/day
  1061. # See : http://mymemory.translated.net/doc/usagelimits.php
  1062. # api_key : ''
  1063. - name : 1337x
  1064. engine : 1337x
  1065. shortcut : 1337x
  1066. disabled : True
  1067. - name : duden
  1068. engine : duden
  1069. shortcut : du
  1070. disabled : True
  1071. - name : seznam
  1072. shortcut: szn
  1073. engine: seznam
  1074. disabled : True
  1075. - name : mojeek
  1076. shortcut: mjk
  1077. engine: xpath
  1078. paging : True
  1079. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1080. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1081. url_xpath : ./h2/a/@href
  1082. title_xpath : ./h2
  1083. content_xpath : ./p[@class="s"]
  1084. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1085. first_page_num : 0
  1086. page_size : 10
  1087. disabled : True
  1088. about:
  1089. website: https://www.mojeek.com/
  1090. wikidata_id: Q60747299
  1091. official_api_documentation: https://www.mojeek.com/services/api.html/
  1092. use_official_api: false
  1093. require_api_key: false
  1094. results: HTML
  1095. - name : naver
  1096. shortcut: nvr
  1097. engine: xpath
  1098. paging : True
  1099. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1100. url_xpath : //a[@class="link_tit"]/@href
  1101. title_xpath : //a[@class="link_tit"]
  1102. content_xpath : //a[@class="total_dsc"]/div
  1103. first_page_num : 1
  1104. page_size : 10
  1105. disabled : True
  1106. about:
  1107. website: https://www.naver.com/
  1108. wikidata_id: Q485639
  1109. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1110. use_official_api: false
  1111. require_api_key: false
  1112. results: HTML
  1113. - name : rubygems
  1114. shortcut: rbg
  1115. engine: xpath
  1116. paging : True
  1117. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1118. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1119. url_xpath : ./@href
  1120. title_xpath : ./span/h2
  1121. content_xpath : ./span/p
  1122. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1123. first_page_num : 1
  1124. categories: it
  1125. disabled : True
  1126. about:
  1127. website: https://rubygems.org/
  1128. wikidata_id: Q1853420
  1129. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1130. use_official_api: false
  1131. require_api_key: false
  1132. results: HTML
  1133. - name : peertube
  1134. engine: peertube
  1135. shortcut: ptb
  1136. paging : True
  1137. base_url : https://peer.tube/
  1138. categories: videos
  1139. disabled : True
  1140. - name : mediathekviewweb
  1141. engine : mediathekviewweb
  1142. shortcut : mvw
  1143. # - name : yacy
  1144. # engine : yacy
  1145. # shortcut : ya
  1146. # base_url : 'http://localhost:8090'
  1147. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1148. # number_of_results : 5
  1149. # timeout : 3.0
  1150. - name : rumble
  1151. engine : rumble
  1152. shortcut : ru
  1153. base_url : https://rumble.com/
  1154. paging : True
  1155. categories: videos
  1156. disabled : True
  1157. - name: wordnik
  1158. engine: wordnik
  1159. shortcut: def
  1160. base_url: https://www.wordnik.com/
  1161. categories: general
  1162. timeout: 5.0
  1163. disabled: True
  1164. - name: słownik języka polskiego
  1165. engine: sjp
  1166. shortcut: sjp
  1167. base_url: https://sjp.pwn.pl/
  1168. categories: general
  1169. timeout: 5.0
  1170. disabled: True
  1171. # Doku engine lets you access to any Doku wiki instance:
  1172. # A public one or a privete/corporate one.
  1173. # - name : ubuntuwiki
  1174. # engine : doku
  1175. # shortcut : uw
  1176. # base_url : 'http://doc.ubuntu-fr.org'
  1177. # Be careful when enabling this engine if you are
  1178. # running a public instance. Do not expose any sensitive
  1179. # information. You can restrict access by configuring a list
  1180. # of access tokens under tokens.
  1181. # - name: git grep
  1182. # engine: command
  1183. # command: ['git', 'grep', '{{QUERY}}']
  1184. # shortcut: gg
  1185. # tokens: []
  1186. # disabled: True
  1187. # delimiter:
  1188. # chars: ':'
  1189. # keys: ['filepath', 'code']
  1190. # Be careful when enabling this engine if you are
  1191. # running a public instance. Do not expose any sensitive
  1192. # information. You can restrict access by configuring a list
  1193. # of access tokens under tokens.
  1194. # - name: locate
  1195. # engine: command
  1196. # command: ['locate', '{{QUERY}}']
  1197. # shortcut: loc
  1198. # tokens: []
  1199. # disabled: True
  1200. # delimiter:
  1201. # chars: ' '
  1202. # keys: ['line']
  1203. # Be careful when enabling this engine if you are
  1204. # running a public instance. Do not expose any sensitive
  1205. # information. You can restrict access by configuring a list
  1206. # of access tokens under tokens.
  1207. # - name: find
  1208. # engine: command
  1209. # command: ['find', '.', '-name', '{{QUERY}}']
  1210. # query_type: path
  1211. # shortcut: fnd
  1212. # tokens: []
  1213. # disabled: True
  1214. # delimiter:
  1215. # chars: ' '
  1216. # keys: ['line']
  1217. # Be careful when enabling this engine if you are
  1218. # running a public instance. Do not expose any sensitive
  1219. # information. You can restrict access by configuring a list
  1220. # of access tokens under tokens.
  1221. # - name: pattern search in files
  1222. # engine: command
  1223. # command: ['fgrep', '{{QUERY}}']
  1224. # shortcut: fgr
  1225. # tokens: []
  1226. # disabled: True
  1227. # delimiter:
  1228. # chars: ' '
  1229. # keys: ['line']
  1230. # Be careful when enabling this engine if you are
  1231. # running a public instance. Do not expose any sensitive
  1232. # information. You can restrict access by configuring a list
  1233. # of access tokens under tokens.
  1234. # - name: regex search in files
  1235. # engine: command
  1236. # command: ['grep', '{{QUERY}}']
  1237. # shortcut: gr
  1238. # tokens: []
  1239. # disabled: True
  1240. # delimiter:
  1241. # chars: ' '
  1242. # keys: ['line']
  1243. locales:
  1244. en : English
  1245. ar : العَرَبِيَّة (Arabic)
  1246. bg : Български (Bulgarian)
  1247. bo : བོད་སྐད་ (Tibetian)
  1248. ca : Català (Catalan)
  1249. cs : Čeština (Czech)
  1250. cy : Cymraeg (Welsh)
  1251. da : Dansk (Danish)
  1252. de : Deutsch (German)
  1253. el_GR : Ελληνικά (Greek_Greece)
  1254. eo : Esperanto (Esperanto)
  1255. es : Español (Spanish)
  1256. et : Eesti (Estonian)
  1257. eu : Euskara (Basque)
  1258. fa_IR : (fārsī) فارسى (Persian)
  1259. fi : Suomi (Finnish)
  1260. fil : Wikang Filipino (Filipino)
  1261. fr : Français (French)
  1262. gl : Galego (Galician)
  1263. he : עברית (Hebrew)
  1264. hr : Hrvatski (Croatian)
  1265. hu : Magyar (Hungarian)
  1266. ia : Interlingua (Interlingua)
  1267. it : Italiano (Italian)
  1268. ja : 日本語 (Japanese)
  1269. lt : Lietuvių (Lithuanian)
  1270. nl : Nederlands (Dutch)
  1271. nl_BE : Vlaams (Dutch_Belgium)
  1272. oc : Lenga D'òc (Occitan)
  1273. pl : Polski (Polish)
  1274. pt : Português (Portuguese)
  1275. pt_BR : Português (Portuguese_Brazil)
  1276. ro : Română (Romanian)
  1277. ru : Русский (Russian)
  1278. sk : Slovenčina (Slovak)
  1279. sl : Slovenski (Slovene)
  1280. sr : српски (Serbian)
  1281. sv : Svenska (Swedish)
  1282. te : తెలుగు (telugu)
  1283. ta : தமிழ் (Tamil)
  1284. tr : Türkçe (Turkish)
  1285. uk : українська мова (Ukrainian)
  1286. vi : tiếng việt (Vietnamese)
  1287. zh : 中文 (Chinese)
  1288. zh_TW : 國語 (Taiwanese Mandarin)
  1289. doi_resolvers :
  1290. oadoi.org : 'https://oadoi.org/'
  1291. doi.org : 'https://doi.org/'
  1292. doai.io : 'https://dissem.in/'
  1293. sci-hub.se : 'https://sci-hub.se/'
  1294. sci-hub.do : 'https://sci-hub.do/'
  1295. scihubtw.tw : 'https://scihubtw.tw/'
  1296. sci-hub.st : 'https://sci-hub.st/'
  1297. sci-hub.bar : 'https://sci-hub.bar/'
  1298. sci-hub.it.nf : 'https://sci-hub.it.nf/'
  1299. default_doi_resolver : 'oadoi.org'