Skip to content

Commit

Permalink
IrisScanlator: change Domain (#7347)
Browse files Browse the repository at this point in the history
and use Mangastream not Mdara
  • Loading branch information
MikeZeDev authored Sep 7, 2024
1 parent a88351d commit e40b01f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/web/mjs/connectors/IrisScanlator.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import WordPressMadara from './templates/WordPressMadara.mjs';
import WordPressMangaStream from './templates/WordPressMangaStream.mjs';

export default class IrisScanlator extends WordPressMadara {
export default class IrisScanlator extends WordPressMangaStream {

constructor() {
super();
super.id = 'irisscanlator';
super.label = 'Iris Scanlator';
this.tags = [ 'manga', 'webtoon', 'portuguese' ];
this.url = 'https://irisscanlator.com';
this.url = 'https://irisscanlator.com.br';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit e40b01f

Please sign in to comment.