Skip to content

Commit

Permalink
add tensiID (#6197)
Browse files Browse the repository at this point in the history
  • Loading branch information
akn19 authored Sep 4, 2023
1 parent e0ecd12 commit bb9e1b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/tenshiid
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/TenshiID.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class TenshiID extends WordPressMangastream {

constructor() {
super();
super.id = 'tenshiid';
super.label = 'TenshiID';
this.tags = ['manga', 'indonesian'];
this.url = 'https://tenshi.id';
this.path = '/komik/?list';
}
}

0 comments on commit bb9e1b6

Please sign in to comment.