From 2e57d194582807e16c07646e3799044532d4bffa Mon Sep 17 00:00:00 2001 From: MikeZeDev Date: Wed, 4 Dec 2024 09:40:00 +0000 Subject: [PATCH] TCBScans: domain change (#7576) Closes https://github.com/manga-download/hakuneko/issues/7574 --- src/web/mjs/connectors/TCBScans.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/mjs/connectors/TCBScans.mjs b/src/web/mjs/connectors/TCBScans.mjs index 0059be7e0c6..3e313411417 100644 --- a/src/web/mjs/connectors/TCBScans.mjs +++ b/src/web/mjs/connectors/TCBScans.mjs @@ -8,7 +8,7 @@ export default class TCBScans extends Connector { super.id = 'tcbscans'; super.label = 'TCB Scans'; this.tags = [ 'manga', 'english', 'scanlation' ]; - this.url = 'https://tcbscans.com'; + this.url = 'https://tcbscans.me'; } async _getMangaFromURI(uri) {