Skip to content

Commit

Permalink
FIX Miauscans : change domain (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Sep 4, 2023
1 parent bb9e1b6 commit 56b6079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Miauscan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class MiauScan extends WordPressMangastream {
super.id = 'miauscan';
super.label = 'MiauScan';
this.tags = [ 'manga', 'spanish', 'portuguese', 'scanlation' ];
this.url = 'https://miauscan.com';
this.url = 'https://miauscans.com';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit 56b6079

Please sign in to comment.