mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 10:29:48 -04:00
Add the possibility for user-defined bangs, stored in app/static/bangs. These are parsed in alphabetical order, with the DDG bangs parsed first.
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"!i": {
|
|
"url": "search?q={}&tbm=isch",
|
|
"suggestion": "!i (Whoogle Images)"
|
|
},
|
|
"!v": {
|
|
"url": "search?q={}&tbm=vid",
|
|
"suggestion": "!v (Whoogle Videos)"
|
|
},
|
|
"!n": {
|
|
"url": "search?q={}&tbm=nws",
|
|
"suggestion": "!n (Whoogle News)"
|
|
}
|
|
}
|