diff options
| author | lolcat <will@lolcat.ca> | 2024-07-29 10:15:17 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-07-29 10:15:17 -0400 |
| commit | 8a32827a3948d709a9ae7020e3553bfcf15b1e44 (patch) | |
| tree | 0d8de8b79b6fc6d1c715a94dee058eaf82013ed0 /api/v1 | |
| parent | 143c0c136435f424d3871d8022784992368d1b75 (diff) | |
added startpage word definitions, sp images, sp videos, sp news, sp ac
Diffstat (limited to 'api/v1')
| -rw-r--r-- | api/v1/ac.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/v1/ac.php b/api/v1/ac.php index 236dc7b..107f5ec 100644 --- a/api/v1/ac.php +++ b/api/v1/ac.php @@ -18,7 +18,8 @@ class autocomplete{ "yep" => "https://api.yep.com/ac/?query={searchTerms}", "marginalia" => "https://search.marginalia.nu/suggest/?partial={searchTerms}", "yt" => "https://suggestqueries-clients6.youtube.com/complete/search?client=youtube&q={searchTerms}", - "sc" => "" + "sc" => "", + "startpage" => "https://www.startpage.com/suggestions?q={searchTerms}&format=opensearch&segment=startpage.defaultffx&lui=english" ]; /* |
