Skip to content

Commit

Permalink
Fix NeoxScan domain (#6502)
Browse files Browse the repository at this point in the history
Fixes #6500
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent b04a76d commit 2afcb4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/web/mjs/connectors/NeoxScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ export default class NeoxScan extends WordPressMadara {
super.id = 'neoxscan';
super.label = 'Neox Scanlator';
this.tags = [ 'manga', 'webtoon', 'portuguese', 'scanlation' ];
this.url = 'https://neoxscan.net';
this.url = 'https://nexoscans.com';
this.queryTitleForURI = '.post-title';
this.requestOptions.headers.set('x-referer', this.url);
}
canHandleURI(uri) {
return /https?:\/\/neoxscan\.(com|net)/.test(uri.origin);
}
}

0 comments on commit 2afcb4d

Please sign in to comment.