settings.yml 39 KB

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