Skip to content

Commit

Permalink
Fix NeoxScan: change domain (#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Mar 8, 2024
1 parent f2162ad commit 818f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/NeoxScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class NeoxScan extends WordPressMadara {
super.id = 'neoxscan';
super.label = 'Neox Scanlator';
this.tags = [ 'manga', 'webtoon', 'portuguese', 'scanlation' ];
this.url = 'https://nexoscans.com';
this.url = 'https://nexoscans.net';
this.queryTitleForURI = '.post-title';
this.requestOptions.headers.set('x-referer', this.url);
}
Expand Down

0 comments on commit 818f02f

Please sign in to comment.