Skip to content

Commit

Permalink
add connector doujinku (#6545)
Browse files Browse the repository at this point in the history
* add connector doujinku

* add tags manga

* convert icon webp to png doujinku
  • Loading branch information
akn19 authored Dec 15, 2023
1 parent 74cb06d commit 1250933
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/doujinku
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/Doujinku.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class Doujinku extends WordPressMangastream {

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

0 comments on commit 1250933

Please sign in to comment.