settings.yml 38 KB

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