settings.yml 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575
  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. paging: true
  694. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  695. results_query: results
  696. url_query: url
  697. title_query: name
  698. content_query: description
  699. categories: it
  700. shortcut: man
  701. about:
  702. website: https://www.mankier.com/
  703. official_api_documentation: https://www.mankier.com/api
  704. use_official_api: true
  705. require_api_key: false
  706. results: JSON
  707. - name : openairedatasets
  708. engine : json_engine
  709. paging : True
  710. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  711. results_query : response/results/result
  712. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  713. title_query : metadata/oaf:entity/oaf:result/title/$
  714. content_query : metadata/oaf:entity/oaf:result/description/$
  715. content_html_to_text: True
  716. categories : science
  717. shortcut : oad
  718. timeout: 5.0
  719. about:
  720. website: https://www.openaire.eu/
  721. wikidata_id: Q25106053
  722. official_api_documentation: https://api.openaire.eu/
  723. use_official_api: false
  724. require_api_key: false
  725. results: JSON
  726. - name : openairepublications
  727. engine : json_engine
  728. paging : True
  729. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  730. results_query : response/results/result
  731. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  732. title_query : metadata/oaf:entity/oaf:result/title/$
  733. content_query : metadata/oaf:entity/oaf:result/description/$
  734. content_html_to_text: True
  735. categories : science
  736. shortcut : oap
  737. timeout: 5.0
  738. about:
  739. website: https://www.openaire.eu/
  740. wikidata_id: Q25106053
  741. official_api_documentation: https://api.openaire.eu/
  742. use_official_api: false
  743. require_api_key: false
  744. results: JSON
  745. # - name : opensemanticsearch
  746. # engine : opensemantic
  747. # shortcut : oss
  748. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  749. - name : openstreetmap
  750. engine : openstreetmap
  751. shortcut : osm
  752. - name : openrepos
  753. engine : xpath
  754. paging : True
  755. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  756. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  757. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  758. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  759. categories : files
  760. timeout : 4.0
  761. disabled : True
  762. shortcut : or
  763. about:
  764. website: https://openrepos.net/
  765. wikidata_id:
  766. official_api_documentation:
  767. use_official_api: false
  768. require_api_key: false
  769. results: HTML
  770. - name : pdbe
  771. engine : pdbe
  772. shortcut : pdb
  773. # Hide obsolete PDB entries.
  774. # Default is not to hide obsolete structures
  775. # hide_obsolete : False
  776. - name : photon
  777. engine : photon
  778. shortcut : ph
  779. - name : piratebay
  780. engine : piratebay
  781. shortcut : tpb
  782. # You may need to change this URL to a proxy if piratebay is blocked in your country
  783. url: https://thepiratebay.org/
  784. timeout : 3.0
  785. # Required dependency: psychopg2
  786. # - name : postgresql
  787. # engine : postgresql
  788. # database : postgres
  789. # username : postgres
  790. # password : postgres
  791. # limit : 10
  792. # query_str : 'SELECT * from my_table WHERE my_column = %(query)s'
  793. # shortcut : psql
  794. - name : pubmed
  795. engine : pubmed
  796. shortcut : pub
  797. categories: science
  798. timeout : 3.0
  799. - name: pypi
  800. shortcut: pypi
  801. engine: xpath
  802. paging: true
  803. search_url : https://pypi.org/search?q={query}&page={pageno}
  804. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  805. url_xpath: ./@href
  806. title_xpath: ./h3/span[@class="package-snippet__name"]
  807. content_xpath: ./p
  808. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  809. first_page_num: 1
  810. categories: it
  811. about:
  812. website: https://pypi.org
  813. wikidata_id: Q2984686
  814. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  815. use_official_api: false
  816. require_api_key: false
  817. results: HTML
  818. - name : qwant
  819. engine : qwant
  820. shortcut : qw
  821. categories : general
  822. disabled : True
  823. additional_tests:
  824. rosebud: *test_rosebud
  825. - name : qwant images
  826. engine : qwant
  827. shortcut : qwi
  828. categories : images
  829. network: qwant
  830. - name : qwant news
  831. engine : qwant
  832. shortcut : qwn
  833. categories : news
  834. network: qwant
  835. # - name: library
  836. # engine: recoll
  837. # shortcut: lib
  838. # base_url: 'https://recoll.example.org/'
  839. # search_dir: ''
  840. # mount_prefix: /export
  841. # dl_prefix: 'https://download.example.org'
  842. # timeout: 30.0
  843. # categories: files
  844. # disabled: True
  845. # - name: recoll library reference
  846. # engine: recoll
  847. # base_url: 'https://recoll.example.org/'
  848. # search_dir: reference
  849. # mount_prefix: /export
  850. # dl_prefix: 'https://download.example.org'
  851. # shortcut: libr
  852. # timeout: 30.0
  853. # categories: files
  854. # disabled: True
  855. - name : reddit
  856. engine : reddit
  857. shortcut : re
  858. page_size : 25
  859. timeout : 10.0
  860. disabled : True
  861. # tmp suspended: bad certificate
  862. # - name : scanr structures
  863. # shortcut: scs
  864. # engine : scanr_structures
  865. # disabled : True
  866. - name: sepiasearch
  867. engine: sepiasearch
  868. shortcut: sep
  869. - name : soundcloud
  870. engine : soundcloud
  871. shortcut : sc
  872. - name : stackoverflow
  873. engine : stackoverflow
  874. shortcut : st
  875. - name : searchcode code
  876. engine : searchcode_code
  877. shortcut : scc
  878. disabled : True
  879. - name : framalibre
  880. engine : framalibre
  881. shortcut : frl
  882. disabled : True
  883. # - name : searx
  884. # engine : searx_engine
  885. # shortcut : se
  886. # instance_urls :
  887. # - http://127.0.0.1:8888/
  888. # - ...
  889. # disabled : True
  890. - name : semantic scholar
  891. engine : semantic_scholar
  892. disabled : True
  893. shortcut : se
  894. categories : science
  895. about:
  896. website: https://www.semanticscholar.org/
  897. wikidata_id: Q22908627
  898. official_api_documentation: https://api.semanticscholar.org/
  899. use_official_api: false
  900. require_api_key: false
  901. results: JSON
  902. # Spotify needs API credentials
  903. # - name : spotify
  904. # engine : spotify
  905. # shortcut : stf
  906. # api_client_id : *******
  907. # api_client_secret : *******
  908. # - name : solr
  909. # engine : solr
  910. # shortcut : slr
  911. # base_url : http://localhost:8983
  912. # collection : collection_name
  913. # sort : '' # sorting: asc or desc
  914. # field_list : '' # comma separated list of field names to display on the UI
  915. # default_fields : '' # default field to query
  916. # query_fields : '' # query fields
  917. # enable_http : True
  918. # - name : springer nature
  919. # engine : springer
  920. # # get your API key from: https://dev.springernature.com/signup
  921. # api_key : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  922. # shortcut : springer
  923. # categories : science
  924. # timeout : 6.0
  925. - name : startpage
  926. engine : startpage
  927. shortcut : sp
  928. timeout : 6.0
  929. disabled : True
  930. additional_tests:
  931. rosebud: *test_rosebud
  932. - name : tokyotoshokan
  933. engine : tokyotoshokan
  934. shortcut : tt
  935. timeout : 6.0
  936. disabled : True
  937. - name : solidtorrents
  938. engine : solidtorrents
  939. shortcut : solid
  940. timeout : 3.0
  941. disabled : True
  942. # For this demo of the sqlite engine download:
  943. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  944. # and unpack into searx/data/filmliste-v2.db
  945. # Query to test: "!demo concert"
  946. #
  947. # - name : demo
  948. # engine : sqlite
  949. # shortcut: demo
  950. # categories: general
  951. # result_template: default.html
  952. # database : searx/data/filmliste-v2.db
  953. # query_str : >-
  954. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  955. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  956. # description AS content
  957. # FROM film
  958. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  959. # ORDER BY duration DESC
  960. # disabled : False
  961. - name : torrentz
  962. engine : torrentz
  963. shortcut : tor
  964. url: https://torrentz2.eu/
  965. timeout : 3.0
  966. # Requires Tor
  967. - name : torch
  968. engine : xpath
  969. paging : True
  970. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  971. results_xpath : //table//tr
  972. url_xpath : ./td[2]/a
  973. title_xpath : ./td[2]/b
  974. content_xpath : ./td[2]/small
  975. categories : onions
  976. enable_http : True
  977. shortcut : tch
  978. # maybe in a fun category
  979. # - name : uncyclopedia
  980. # engine : mediawiki
  981. # shortcut : unc
  982. # base_url : https://uncyclopedia.wikia.com/
  983. # number_of_results : 5
  984. # tmp suspended - too slow, too many errors
  985. # - name : urbandictionary
  986. # engine : xpath
  987. # search_url : http://www.urbandictionary.com/define.php?term={query}
  988. # url_xpath : //*[@class="word"]/@href
  989. # title_xpath : //*[@class="def-header"]
  990. # content_xpath : //*[@class="meaning"]
  991. # shortcut : ud
  992. - name : unsplash
  993. engine : unsplash
  994. shortcut : us
  995. - name : yahoo
  996. engine : yahoo
  997. shortcut : yh
  998. disabled : True
  999. - name : yahoo news
  1000. engine : yahoo_news
  1001. shortcut : yhn
  1002. - name : youtube
  1003. shortcut : yt
  1004. # You can use the engine using the official stable API, but you need an API key
  1005. # See : https://console.developers.google.com/project
  1006. # engine : youtube_api
  1007. # api_key: 'apikey' # required!
  1008. # Or you can use the html non-stable engine, activated by default
  1009. engine : youtube_noapi
  1010. - name : yggtorrent
  1011. engine : yggtorrent
  1012. shortcut : ygg
  1013. url: https://www4.yggtorrent.li/
  1014. disabled : True
  1015. timeout : 4.0
  1016. - name : dailymotion
  1017. engine : dailymotion
  1018. shortcut : dm
  1019. - name : vimeo
  1020. engine : vimeo
  1021. shortcut : vm
  1022. - name : wiby
  1023. engine : json_engine
  1024. search_url : https://wiby.me/json/?q={query}
  1025. url_query : URL
  1026. title_query : Title
  1027. content_query : Snippet
  1028. categories : general
  1029. shortcut : wib
  1030. disabled : True
  1031. - name : wikibooks
  1032. engine : mediawiki
  1033. shortcut : wb
  1034. categories : general
  1035. base_url : "https://{language}.wikibooks.org/"
  1036. number_of_results : 5
  1037. search_type : text
  1038. disabled : True
  1039. about:
  1040. website: https://www.wikibooks.org/
  1041. wikidata_id: Q367
  1042. - name : wikinews
  1043. engine : mediawiki
  1044. shortcut : wn
  1045. categories : news
  1046. base_url : "https://{language}.wikinews.org/"
  1047. number_of_results : 5
  1048. search_type : text
  1049. disabled : True
  1050. about:
  1051. website: https://www.wikinews.org/
  1052. wikidata_id: Q964
  1053. - name : wikiquote
  1054. engine : mediawiki
  1055. shortcut : wq
  1056. categories : general
  1057. base_url : "https://{language}.wikiquote.org/"
  1058. number_of_results : 5
  1059. search_type : text
  1060. disabled : True
  1061. additional_tests:
  1062. rosebud: *test_rosebud
  1063. about:
  1064. website: https://www.wikiquote.org/
  1065. wikidata_id: Q369
  1066. - name : wikisource
  1067. engine : mediawiki
  1068. shortcut : ws
  1069. categories : general
  1070. base_url : "https://{language}.wikisource.org/"
  1071. number_of_results : 5
  1072. search_type : text
  1073. disabled : True
  1074. about:
  1075. website: https://www.wikisource.org/
  1076. wikidata_id: Q263
  1077. - name : wiktionary
  1078. engine : mediawiki
  1079. shortcut : wt
  1080. categories : general
  1081. base_url : "https://{language}.wiktionary.org/"
  1082. number_of_results : 5
  1083. search_type : text
  1084. disabled : True
  1085. about:
  1086. website: https://www.wiktionary.org/
  1087. wikidata_id: Q151
  1088. - name : wikiversity
  1089. engine : mediawiki
  1090. shortcut : wv
  1091. categories : general
  1092. base_url : "https://{language}.wikiversity.org/"
  1093. number_of_results : 5
  1094. search_type : text
  1095. disabled : True
  1096. about:
  1097. website: https://www.wikiversity.org/
  1098. wikidata_id: Q370
  1099. - name : wikivoyage
  1100. engine : mediawiki
  1101. shortcut : wy
  1102. categories : general
  1103. base_url : "https://{language}.wikivoyage.org/"
  1104. number_of_results : 5
  1105. search_type : text
  1106. disabled : True
  1107. about:
  1108. website: https://www.wikivoyage.org/
  1109. wikidata_id: Q373
  1110. - name : wolframalpha
  1111. shortcut : wa
  1112. # You can use the engine using the official stable API, but you need an API key
  1113. # See : http://products.wolframalpha.com/api/
  1114. # engine : wolframalpha_api
  1115. # api_key: '' # required!
  1116. engine : wolframalpha_noapi
  1117. timeout: 6.0
  1118. categories : science
  1119. - name : dictzone
  1120. engine : dictzone
  1121. shortcut : dc
  1122. - name : mymemory translated
  1123. engine : translated
  1124. shortcut : tl
  1125. timeout : 5.0
  1126. disabled : True
  1127. # You can use without an API key, but you are limited to 1000 words/day
  1128. # See : http://mymemory.translated.net/doc/usagelimits.php
  1129. # api_key : ''
  1130. # Required dependency: mysql-connector-python
  1131. # - name : mysql
  1132. # engine : mysql_server
  1133. # database : mydatabase
  1134. # username : user
  1135. # password : pass
  1136. # limit : 10
  1137. # query_str : 'SELECT * from mytable WHERE fieldname=%(query)s'
  1138. # shortcut : mysql
  1139. - name : 1337x
  1140. engine : 1337x
  1141. shortcut : 1337x
  1142. disabled : True
  1143. - name : duden
  1144. engine : duden
  1145. shortcut : du
  1146. disabled : True
  1147. - name : seznam
  1148. shortcut: szn
  1149. engine: seznam
  1150. disabled : True
  1151. - name : mojeek
  1152. shortcut: mjk
  1153. engine: xpath
  1154. paging : True
  1155. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1156. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1157. url_xpath : ./h2/a/@href
  1158. title_xpath : ./h2
  1159. content_xpath : ./p[@class="s"]
  1160. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1161. first_page_num : 0
  1162. page_size : 10
  1163. disabled : True
  1164. about:
  1165. website: https://www.mojeek.com/
  1166. wikidata_id: Q60747299
  1167. official_api_documentation: https://www.mojeek.com/services/api.html/
  1168. use_official_api: false
  1169. require_api_key: false
  1170. results: HTML
  1171. - name : naver
  1172. shortcut: nvr
  1173. engine: xpath
  1174. paging : True
  1175. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1176. url_xpath : //a[@class="link_tit"]/@href
  1177. title_xpath : //a[@class="link_tit"]
  1178. content_xpath : //a[@class="total_dsc"]/div
  1179. first_page_num : 1
  1180. page_size : 10
  1181. disabled : True
  1182. about:
  1183. website: https://www.naver.com/
  1184. wikidata_id: Q485639
  1185. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1186. use_official_api: false
  1187. require_api_key: false
  1188. results: HTML
  1189. - name : rubygems
  1190. shortcut: rbg
  1191. engine: xpath
  1192. paging : True
  1193. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1194. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1195. url_xpath : ./@href
  1196. title_xpath : ./span/h2
  1197. content_xpath : ./span/p
  1198. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1199. first_page_num : 1
  1200. categories: it
  1201. disabled : True
  1202. about:
  1203. website: https://rubygems.org/
  1204. wikidata_id: Q1853420
  1205. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1206. use_official_api: false
  1207. require_api_key: false
  1208. results: HTML
  1209. - name : peertube
  1210. engine: peertube
  1211. shortcut: ptb
  1212. paging : True
  1213. base_url : https://peer.tube/
  1214. categories: videos
  1215. disabled : True
  1216. - name : mediathekviewweb
  1217. engine : mediathekviewweb
  1218. shortcut : mvw
  1219. # - name : yacy
  1220. # engine : yacy
  1221. # shortcut : ya
  1222. # base_url : 'http://localhost:8090'
  1223. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1224. # number_of_results : 5
  1225. # timeout : 3.0
  1226. - name : rumble
  1227. engine : rumble
  1228. shortcut : ru
  1229. base_url : https://rumble.com/
  1230. paging : True
  1231. categories: videos
  1232. disabled : True
  1233. - name: wordnik
  1234. engine: wordnik
  1235. shortcut: def
  1236. base_url: https://www.wordnik.com/
  1237. categories: general
  1238. timeout: 5.0
  1239. disabled: True
  1240. - name: słownik języka polskiego
  1241. engine: sjp
  1242. shortcut: sjp
  1243. base_url: https://sjp.pwn.pl/
  1244. categories: general
  1245. timeout: 5.0
  1246. disabled: True
  1247. # wikimini: online encyclopedia for children
  1248. # Tthe fulltext and title parameter is necessary for Wikimini because
  1249. # sometimes it will not show the results and redirect instead
  1250. - name: wikimini
  1251. engine: xpath
  1252. shortcut: wkmn
  1253. search_url : https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1254. url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
  1255. title_xpath : //li//div[@class="mw-search-result-heading"]/a
  1256. content_xpath : //li/div[@class="searchresult"]
  1257. categories : general
  1258. disabled: True
  1259. about:
  1260. website: https://wikimini.org/
  1261. wikidata_id: Q3568032
  1262. use_official_api: false
  1263. require_api_key: false
  1264. results: HTML
  1265. - name: dogpile
  1266. shortcut: dp
  1267. engine: xpath
  1268. paging: true
  1269. page_size: 9
  1270. # Doesn't work without the 'sc' parameter
  1271. search_url: https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20
  1272. url_xpath: //span[@class="web-bing__url"]
  1273. title_xpath: //a[@class="web-bing__title"]
  1274. content_xpath: //span[@class="web-bing__description"]
  1275. categories: general
  1276. timeout: 3.0
  1277. disabled: true
  1278. about:
  1279. website: https://www.dogpile.com
  1280. wikidata_id: Q3595363
  1281. use_official_api: false
  1282. require_api_key: false
  1283. results: html
  1284. # Doku engine lets you access to any Doku wiki instance:
  1285. # A public one or a privete/corporate one.
  1286. # - name : ubuntuwiki
  1287. # engine : doku
  1288. # shortcut : uw
  1289. # base_url : 'http://doc.ubuntu-fr.org'
  1290. # Be careful when enabling this engine if you are
  1291. # running a public instance. Do not expose any sensitive
  1292. # information. You can restrict access by configuring a list
  1293. # of access tokens under tokens.
  1294. # - name: git grep
  1295. # engine: command
  1296. # command: ['git', 'grep', '{{QUERY}}']
  1297. # shortcut: gg
  1298. # tokens: []
  1299. # disabled: True
  1300. # delimiter:
  1301. # chars: ':'
  1302. # keys: ['filepath', 'code']
  1303. # Be careful when enabling this engine if you are
  1304. # running a public instance. Do not expose any sensitive
  1305. # information. You can restrict access by configuring a list
  1306. # of access tokens under tokens.
  1307. # - name: locate
  1308. # engine: command
  1309. # command: ['locate', '{{QUERY}}']
  1310. # shortcut: loc
  1311. # tokens: []
  1312. # disabled: True
  1313. # delimiter:
  1314. # chars: ' '
  1315. # keys: ['line']
  1316. # Be careful when enabling this engine if you are
  1317. # running a public instance. Do not expose any sensitive
  1318. # information. You can restrict access by configuring a list
  1319. # of access tokens under tokens.
  1320. # - name: find
  1321. # engine: command
  1322. # command: ['find', '.', '-name', '{{QUERY}}']
  1323. # query_type: path
  1324. # shortcut: fnd
  1325. # tokens: []
  1326. # disabled: True
  1327. # delimiter:
  1328. # chars: ' '
  1329. # keys: ['line']
  1330. # Be careful when enabling this engine if you are
  1331. # running a public instance. Do not expose any sensitive
  1332. # information. You can restrict access by configuring a list
  1333. # of access tokens under tokens.
  1334. # - name: pattern search in files
  1335. # engine: command
  1336. # command: ['fgrep', '{{QUERY}}']
  1337. # shortcut: fgr
  1338. # tokens: []
  1339. # disabled: True
  1340. # delimiter:
  1341. # chars: ' '
  1342. # keys: ['line']
  1343. # Be careful when enabling this engine if you are
  1344. # running a public instance. Do not expose any sensitive
  1345. # information. You can restrict access by configuring a list
  1346. # of access tokens under tokens.
  1347. # - name: regex search in files
  1348. # engine: command
  1349. # command: ['grep', '{{QUERY}}']
  1350. # shortcut: gr
  1351. # tokens: []
  1352. # disabled: True
  1353. # delimiter:
  1354. # chars: ' '
  1355. # keys: ['line']
  1356. locales:
  1357. en : English
  1358. ar : العَرَبِيَّة (Arabic)
  1359. bg : Български (Bulgarian)
  1360. bo : བོད་སྐད་ (Tibetian)
  1361. ca : Català (Catalan)
  1362. cs : Čeština (Czech)
  1363. cy : Cymraeg (Welsh)
  1364. da : Dansk (Danish)
  1365. de : Deutsch (German)
  1366. el_GR : Ελληνικά (Greek_Greece)
  1367. eo : Esperanto (Esperanto)
  1368. es : Español (Spanish)
  1369. et : Eesti (Estonian)
  1370. eu : Euskara (Basque)
  1371. fa_IR : (fārsī) فارسى (Persian)
  1372. fi : Suomi (Finnish)
  1373. fil : Wikang Filipino (Filipino)
  1374. fr : Français (French)
  1375. gl : Galego (Galician)
  1376. he : עברית (Hebrew)
  1377. hr : Hrvatski (Croatian)
  1378. hu : Magyar (Hungarian)
  1379. ia : Interlingua (Interlingua)
  1380. it : Italiano (Italian)
  1381. ja : 日本語 (Japanese)
  1382. lt : Lietuvių (Lithuanian)
  1383. nl : Nederlands (Dutch)
  1384. nl_BE : Vlaams (Dutch_Belgium)
  1385. oc : Lenga D'òc (Occitan)
  1386. pl : Polski (Polish)
  1387. pt : Português (Portuguese)
  1388. pt_BR : Português (Portuguese_Brazil)
  1389. ro : Română (Romanian)
  1390. ru : Русский (Russian)
  1391. sk : Slovenčina (Slovak)
  1392. sl : Slovenski (Slovene)
  1393. sr : српски (Serbian)
  1394. sv : Svenska (Swedish)
  1395. te : తెలుగు (telugu)
  1396. ta : தமிழ் (Tamil)
  1397. tr : Türkçe (Turkish)
  1398. uk : українська мова (Ukrainian)
  1399. vi : tiếng việt (Vietnamese)
  1400. zh : 中文 (Chinese)
  1401. zh_TW : 國語 (Taiwanese Mandarin)
  1402. doi_resolvers :
  1403. oadoi.org : 'https://oadoi.org/'
  1404. doi.org : 'https://doi.org/'
  1405. doai.io : 'https://dissem.in/'
  1406. sci-hub.se : 'https://sci-hub.se/'
  1407. sci-hub.do : 'https://sci-hub.do/'
  1408. scihubtw.tw : 'https://scihubtw.tw/'
  1409. sci-hub.st : 'https://sci-hub.st/'
  1410. sci-hub.bar : 'https://sci-hub.bar/'
  1411. sci-hub.it.nf : 'https://sci-hub.it.nf/'
  1412. default_doi_resolver : 'oadoi.org'