From c03910ed7ff040288d06a7457eb67338ae3218da Mon Sep 17 00:00:00 2001 From: MikeZeDev Date: Mon, 28 Oct 2024 14:00:31 +0000 Subject: [PATCH] TenshiID: update domain Closes https://github.com/manga-download/hakuneko/issues/7527 --- src/web/mjs/connectors/TenshiID.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/mjs/connectors/TenshiID.mjs b/src/web/mjs/connectors/TenshiID.mjs index c6fbd42b8c..fd59cc46b7 100644 --- a/src/web/mjs/connectors/TenshiID.mjs +++ b/src/web/mjs/connectors/TenshiID.mjs @@ -7,7 +7,7 @@ export default class TenshiID extends WordPressMangastream { super.id = 'tenshiid'; super.label = 'TenshiID'; this.tags = ['manga', 'indonesian']; - this.url = 'https://tenshi.pw'; - this.path = '/komik/?list'; + this.url = 'https://tenshi01.id'; + this.path = 'komik/list-mode/'; } }