settings.yml 39 KB

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