From 365bb4eb2855d629a7fffab7d5ed5f976fdaf8fb Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 18 Nov 2021 18:25:09 -0700 Subject: [PATCH] Update searx instances Should probably consider automating this at some point, but each instance seemingly lists their public instances in a different format. Also don't really want to mess with readme scraping. Idk, I'll think about it. --- services.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/services.json b/services.json index 2a95e10..b88adb8 100644 --- a/services.json +++ b/services.json @@ -35,7 +35,7 @@ }, { "type": "bibliogram", - "test_url": "/u/taylorswift", + "test_url": "/u/officialrickastley", "fallback": "https://bibliogram.art", "instances": [ "https://bibliogram.art", @@ -159,7 +159,10 @@ "https://searx.nakhan.ne", "https://suche.dasnetzundich.de", "https://search.antonkling.se", - "https://jsearch.pw" + "https://jsearch.pw", + "https://searx.hummel-web.at", + "https://search.mdosch.de", + "https://searx.ru" ] } ]