From 8fbe016cdba8ac2fea8523021ae57f4b8167fa35 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 27 Jul 2022 17:14:15 -0600 Subject: Support libremdb and querte (imdb and quora alts) Includes support for redirecting via full url, ie: -> farside.link/https://www.imdb.com/title/tt0133093/ will redirect to a libremdb instance. Closes #48 --- services.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'services.json') diff --git a/services.json b/services.json index 49d796a..827a61a 100644 --- a/services.json +++ b/services.json @@ -233,7 +233,6 @@ "https://searx.sev.monster", "https://searx.slipfox.xyz/searx", "https://searx.tiekoetter.com", - "https://searx.vimproved.me", "https://searx.youshitsune.me", "https://searxng.tordenskjold.de", "https://serx.ml", @@ -287,5 +286,30 @@ "https://librex.beparanoid.de", "https://search.davidovski.xyz" ] + }, + { + "type": "querte", + "test_url": "/How-does-the-Z-boson-decay", + "fallback": "https://quetre.herokuapp.com", + "instances": [ + "https://quetre.herokuapp.com", + "https://quora.vern.cc", + "https://quetre.pussthecat.org", + "https://wuetre.herokuapp.com", + "https://quetreus.herokuapp.com", + "https://quetre.projectsegfau.lt", + "https://quetre.esmailelbob.xyz" + ] + }, + { + "type": "libremdb", + "test_url": "/title/tt0133093/", + "fallback": "https://libremdb.herokuapp.com", + "instances": [ + "https://libremdb.herokuapp.com", + "https://libremdb.pussthecat.org", + "https://libremdbeu.herokuapp.com", + "https://libremdb.esmailelbob.xyz" + ] } ] -- cgit v1.2.3