Skip to content

Commit

Permalink
FIx ResetScans : change domain (manga-download#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jun 30, 2024
1 parent af2faf0 commit 1e72fc3
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.us';
this.url = 'https://reset-scans.xyz';
this.queryChapters = 'li.wp-manga-chapter div.li__text > a';
}
}

0 comments on commit 1e72fc3

Please sign in to comment.