From 55df94cc56f0db2ddee8879585db243ae7e6e218 Mon Sep 17 00:00:00 2001 From: dteviot Date: Sun, 5 Nov 2023 11:00:03 +1300 Subject: [PATCH] Add site https://kemono.su/ Was previously kemono.party --- plugin/js/parsers/KemonopartyParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/parsers/KemonopartyParser.js b/plugin/js/parsers/KemonopartyParser.js index c15b8167..0b1c9e7f 100644 --- a/plugin/js/parsers/KemonopartyParser.js +++ b/plugin/js/parsers/KemonopartyParser.js @@ -1,6 +1,6 @@ "use strict"; -parserFactory.register("kemono.party", () => new KemonopartyParser()); +parserFactory.register("kemono.su", () => new KemonopartyParser()); class KemonopartyParser extends Parser{ constructor() {