Skip to content

Commit

Permalink
Create AmuyScan
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimanga authored Sep 5, 2023
1 parent d68c6b0 commit 07ca478
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/AmuyScan
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';

export default class AmuyScan extends WordPressMadara {

constructor() {
super();
super.id = 'amuyscan';
super.label = 'AmuyScan';
this.tags = [ 'manga', 'portuguese', 'webtoon' ];
this.url = 'https://apenasmaisumyaoi.com/';
}
}

0 comments on commit 07ca478

Please sign in to comment.