diff --git a/src/web/mjs/connectors/GoofFansub.mjs b/src/web/mjs/connectors/GoofFansub.mjs index ac812bbbda2..9fa43e087d2 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 +}