settings.yml 39 KB

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