From f756a097fb9edaad9d077361a81fe6c8e85507b5 Mon Sep 17 00:00:00 2001 From: Akimanga <143043097+Akimanga@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:02:45 -0300 Subject: [PATCH] Update GoofFansub.mjs (#6202) This site has changed the link: Before: https://gooffansub.com.br/ Now: https://gooffansub.com/ --- src/web/mjs/connectors/GoofFansub.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/mjs/connectors/GoofFansub.mjs b/src/web/mjs/connectors/GoofFansub.mjs index ac812bbbda..9fa43e087d 100644 --- a/src/web/mjs/connectors/GoofFansub.mjs +++ b/src/web/mjs/connectors/GoofFansub.mjs @@ -7,6 +7,6 @@ export default class GoofFansub extends WordPressMadara { super.id = 'gooffansub'; super.label = 'Goof Fansub'; this.tags = [ 'hentai', 'high-quality', 'portuguese', 'scanlation' ]; - this.url = 'https://gooffansub.com.br'; + this.url = 'https://gooffansub.com'; } -} \ No newline at end of file +}