Skip to content

Commit

Permalink
FIX AniGliScans : change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Sep 21, 2023
1 parent 79fbc28 commit db38c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/AniGliScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class AniGliScans extends WordPressMangastream {
super.id = 'anigliscans';
super.label = 'Animated Glitched Scans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://anigliscans.com';
this.url = 'https://anigliscans.xyz';
this.path = '/series/?list';
}
async _getPages(chapter) {
Expand Down

0 comments on commit db38c81

Please sign in to comment.