Skip to content

Commit

Permalink
add shirakami
Browse files Browse the repository at this point in the history
  • Loading branch information
akn19 committed Aug 9, 2023
1 parent a6da6a1 commit aeb82d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/shirakami
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/Shirakami.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class Shirakami extends WordPressMangastream {

constructor() {
super();
super.id = 'shirakami';
super.label = 'Shirakami';
this.tags = ['manga', 'indonesian'];
this.url = 'https://shirakami.xyz';
this.path = '/manga/list-mode/';
}
}

0 comments on commit aeb82d2

Please sign in to comment.