Skip to content

Commit

Permalink
InfernalVoidScans: change domain
Browse files Browse the repository at this point in the history
Fixes #7279
  • Loading branch information
MikeZeDev authored Jul 26, 2024
1 parent 1070d87 commit 3d70ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/InfernalVoidScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class InfernalVoidScans extends WordPressMangastream {
super.id = 'infernalvoidscans';
super.label = 'InfernalVoidScans';
this.tags = [ 'webtoon', 'scanlation', 'english' ];
this.url = 'https://hivescans.com';
this.url = 'https://hivetoon.com';
this.path = '/manga/list-mode/';
this.requestOptions.headers.set('x-referer', this.url);
}
Expand Down

0 comments on commit 3d70ae1

Please sign in to comment.