mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[enh] google added to sample config
This commit is contained in:
parent
1cb489ba1a
commit
3b72cfabe2
@ -28,6 +28,14 @@ categories = images
|
||||
engine = github
|
||||
categories = it
|
||||
|
||||
[google]
|
||||
engine = json_engine
|
||||
search_url = https://ajax.googleapis.com/ajax/services/search/web?v=2.0&start=0&rsz=large&safe=off&filter=off&q={query}
|
||||
categories = general
|
||||
url_query = /responseData/results/unescapedUrl
|
||||
content_query = /responseData/results/content
|
||||
title_query = /responseData/results/titleNoFormatting
|
||||
|
||||
[google images]
|
||||
engine = google_images
|
||||
categories = images
|
||||
|
Loading…
Reference in New Issue
Block a user