Skip to content

Commit

Permalink
NiveraFansub: update domain (#7232)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jul 3, 2024
1 parent cad6371 commit 73d6cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/NiveraFansub.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class NiveraFansub extends WordPressMadara {
super.id = 'niverafansub';
super.label = 'Nivera Fansub';
this.tags = [ 'webtoon', 'turkish', 'scanlation' ];
this.url = 'https://niverafansub.co';
this.url = 'https://niverafansub.org';
this.requestOptions.headers.set('x-referer', this.url);
}
}
}

0 comments on commit 73d6cb0

Please sign in to comment.