settings.yml 43 KB

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