From 0830ee5a3dbd968f5f7d364e7851c412b85a4aef Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 5 Apr 2023 13:27:55 -0600 Subject: [PATCH] Add support for "dumb" (Genius front-end) Closes #94 --- services-full.json | 13 +++++++++++++ services.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/services-full.json b/services-full.json index 4f418c2..86f8f72 100644 --- a/services-full.json +++ b/services-full.json @@ -513,5 +513,18 @@ "https://lmdb.tokhmi.xyz", "https://libremdb.esmailelbob.xyz" ] + }, + { + "type": "dumb", + "test_url": "/Naughty-boy-la-la-la-lyrics", + "fallback": "https://dumb.privacydev.net", + "instances": [ + "https://dumb.privacydev.net", + "https://dm.vern.cc", + "https://sing.whatever.social", + "https://dumb.nunosempere.com", + "https://dumb.lunar.icu", + "https://dumb.esmailelbob.xyz" + ] } ] diff --git a/services.json b/services.json index 1414014..946da47 100644 --- a/services.json +++ b/services.json @@ -472,5 +472,18 @@ "https://lmdb.tokhmi.xyz", "https://libremdb.esmailelbob.xyz" ] + }, + { + "type": "dumb", + "test_url": "/Naughty-boy-la-la-la-lyrics", + "fallback": "https://dumb.privacydev.net", + "instances": [ + "https://dumb.privacydev.net", + "https://dm.vern.cc", + "https://sing.whatever.social", + "https://dumb.nunosempere.com", + "https://dumb.lunar.icu", + "https://dumb.esmailelbob.xyz" + ] } ]