We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedd30b commit bcbed1bCopy full SHA for bcbed1b
src/web/mjs/connectors/ResetScans.mjs
@@ -7,7 +7,7 @@ export default class ResetScans extends WordPressMadara {
7
super.id = 'resetscans';
8
super.label = 'Reset Scans';
9
this.tags = [ 'manga', 'webtoon', 'english' ];
10
- this.url = 'https://resetscan.com';
+ this.url = 'https://reset-scans.org';
11
this.queryChapters = 'li.wp-manga-chapter div.li__text > a';
12
}
13
0 commit comments