From 818f9f360d93080c81cdd9301171bfdc52cf2521 Mon Sep 17 00:00:00 2001 From: Sunny <8181990+TheLastZombie@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:16:41 +0200 Subject: Add support for Tent (#171) Added support for Bandcamp front-end Tent No regex, as Bandcamp URLs don't 1:1 translate to Tent URLs --- services-full.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'services-full.json') diff --git a/services-full.json b/services-full.json index 30bb73b..9213205 100644 --- a/services-full.json +++ b/services-full.json @@ -623,5 +623,15 @@ "https://search.zeroish.xyz", "https://search2.ahwx.org" ] + }, + { + "type": "tent", + "test_url": "/search.php?query=<%=query%>", + "fallback": "https://tent.sny.sh", + "instances": [ + "https://tent.bloat.cat", + "https://tent.sny.sh", + "https://tn.vern.cc" + ] } ] -- cgit v1.2.3