Skip to content

Commit

Permalink
Kiryuu: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Aug 12, 2024
1 parent 646acf3 commit e07d140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Kiryuu.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Kiryuu extends WordPressMangastream {
super.id = 'kiryuu';
super.label = 'Kiryuu';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://kiryuu.id';
this.url = 'https://kiryuu.org';
this.path = '/manga/list-mode/';
}

Expand All @@ -21,4 +21,4 @@ export default class Kiryuu extends WordPressMangastream {
let pageList = await super._getPages(chapter);
return pageList.filter(link => !fakeLinkPatterns.some(pattern => pattern.test(link)));
}
}
}

0 comments on commit e07d140

Please sign in to comment.