Skip to content

Commit

Permalink
feat(KaiScans): create connector
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken committed Sep 19, 2023
1 parent 93c2181 commit 00c43f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/kaiscans
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/KaiScans.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class FreakScans extends WordPressMangastream {

constructor() {
super();
super.id = 'kaiscans';
super.label = 'Kai Scans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://kaiscans.com';
this.path = '/series/list-mode/';
}
}

0 comments on commit 00c43f3

Please sign in to comment.