From ae5d4a4c0361299345e20960f5df13b6bdbe9be1 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 26 Jan 2022 09:59:32 -0700 Subject: Support imgur alternatives - Imgin (only one instance) - https://git.voidnet.tech/kev/imgin/ - Rimgo - https://codeberg.org/video-prize-ranch/rimgo Closes #11 --- services.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'services.json') diff --git a/services.json b/services.json index 6c53433..3f79eb3 100644 --- a/services.json +++ b/services.json @@ -183,6 +183,26 @@ "https://lingva.pussthecat.org" ] }, + { + "type": "rimgo", + "test_url": "/a/H8M4rcp", + "fallback": "https://i.bcow.xyz", + "instances": [ + "https://i.bcow.xyz", + "https://rimgo.pussthecat.org", + "https://img.riverside.rocks", + "https://rimgo.totaldarkness.net", + "https://rimgo.bus-hit.me" + ] + }, + { + "type": "imgin", + "test_url": "/a/H8M4rcp", + "fallback": "https://imgin.voidtech.net", + "instances": [ + "https://imgin.voidnet.tech" + ] + }, { "type": "whoogle", "test_url": "/search?cookies_disabled=1&q=<%=query%>", -- cgit v1.2.3