From 1b884da16f8ea241de7deef02dc7550321a0bfd6 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 28 Aug 2023 17:28:39 -0600 Subject: [PATCH] Add 4get metasearch engine Closes #129 --- services-full.json | 9 +++++++++ services.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/services-full.json b/services-full.json index 9ed4b47..44cccf0 100644 --- a/services-full.json +++ b/services-full.json @@ -588,5 +588,14 @@ "https://overflow.fascinated.cc", "https://ao.bloatcat.tk" ] + }, + { + "type": "4get", + "test_url": "/web?s=<%=query%>", + "fallback": "https://4get.ca", + "instances": [ + "https://4get.ca", + "https://4get.zzls.xyz" + ] } ] diff --git a/services.json b/services.json index 5facf66..c23b771 100644 --- a/services.json +++ b/services.json @@ -542,5 +542,14 @@ "https://overflow.projectsegfau.lt", "https://ao.bloatcat.tk" ] + }, + { + "type": "4get", + "test_url": "/web?s=<%=query%>", + "fallback": "https://4get.ca", + "instances": [ + "https://4get.ca", + "https://4get.zzls.xyz" + ] } ]