Skip to content

Commit

Permalink
add Kanzenin (#6127)
Browse files Browse the repository at this point in the history
  • Loading branch information
akn19 authored and Sheepux committed Jan 2, 2024
1 parent fb5a301 commit 73d0e3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/kanzenin
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/Kanzenin.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class Kanzenin extends WordPressMangastream {

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

0 comments on commit 73d0e3d

Please sign in to comment.