Skip to content

Commit

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

export default class Futari extends WordPressMangastream {

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

0 comments on commit a00c6c6

Please sign in to comment.