From adbdd64b8c0908a1a391705a48cfa420c63d829e Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 15 Nov 2021 17:18:12 -0700 Subject: [PATCH] Add whoogle instances to services.json Whoogle is now eligible for Farside links. I haven't decided how I'd like this implemented yet though. My idea is actually to refactor part of Whoogle to work a bit better with this new "instance hopping" paradigm -- namely, I'd like the config settings to be easily turned into query params and appended to a farside link when a user's preferred instance is blocked. --- services.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/services.json b/services.json index cee766f..a82fe55 100644 --- a/services.json +++ b/services.json @@ -110,5 +110,22 @@ "https://cy-nitter.resolv.ee", "https://tweet.lambda.dance" ] + }, + { + "type": "whoogle", + "test_url": "/search?q=github", + "fallback": "https://search.garudalinux.org", + "instances": [ + "https://search.albony.xyz", + "https://whoogle.sdf.org", + "https://whoogle.kavin.rocks", + "https://search.garudalinux.org", + "https://whooglesearch.net", + "https://search.flawcra.cc", + "https://search.exonip.de", + "https://s.alefvanoon.xyz", + "https://search.flux.industries", + "https://www.whooglesearch.ml" + ] } ]