Skip to content

Commit

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

export default class Otsugami extends WordPressMangastream {

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

0 comments on commit 5caac8b

Please sign in to comment.