Skip to content

Commit

Permalink
ManhwaList Connector Added (#5339)
Browse files Browse the repository at this point in the history
* ManhwaList Connector Added(#5336)
  • Loading branch information
abhishek-exists authored Jan 7, 2023
1 parent 673154d commit 8e11bdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added src/web/img/connectors/manhwalist
Binary file not shown.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/ManhwaList.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';
export default class ManhwaList extends WordPressMangastream {

constructor() {
super();
super.id = 'manhwalist';
super.label = 'Manhwa List';
this.tags = [ 'manga', 'indonesian'];
this.url = 'https://manhwalist.in';
this.path = '/manga/?list';
}
}

0 comments on commit 8e11bdb

Please sign in to comment.