diff --git a/src/web/mjs/connectors/ReaperScansID.mjs b/src/web/mjs/connectors/ReaperScansID.mjs index 618b1a47001..4780546db31 100644 --- a/src/web/mjs/connectors/ReaperScansID.mjs +++ b/src/web/mjs/connectors/ReaperScansID.mjs @@ -6,12 +6,12 @@ export default class ReaperScansID extends WordPressMadara { super.id = 'reaperscansid'; super.label = 'Shinigami ID'; this.tags = ['webtoon', 'indonesian', 'scanlation']; - this.url = 'https://shinigami.id'; + this.url = 'https://shinigami.ae'; this.queryChapters = 'div.chapter-link > a'; this.queryChaptersTitleBloat ='span.chapter-release-date'; - + this.queryPages = 'div.page-break source[data-src]'; this.links = { - login: 'https://shinigami.id/login' + login: 'https://shinigami.ae/login' }; } }