Skip to content

Commit

Permalink
ResetScans: change domain (#7192)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent e62001c commit 61b1fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ResetScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class ResetScans extends WordPressMadara {
super.id = 'resetscans';
super.label = 'Reset Scans';
this.tags = [ 'manga', 'webtoon', 'english' ];
this.url = 'https://reset-scans.xyz';
this.url = 'https://resetscan.com';
this.queryChapters = 'li.wp-manga-chapter div.li__text > a';
}
}

0 comments on commit 61b1fec

Please sign in to comment.