Skip to content

Commit e553eae

Browse files
authored
Add connector for Rokari Comics (#8071) (#8072)
1 parent f13e369 commit e553eae

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
10.4 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import WordPressMangastream from "./templates/WordPressMangastream.mjs";
2+
3+
export default class RokariComics extends WordPressMangastream {
4+
constructor() {
5+
super();
6+
this.queryChapters = 'div#chapterlist ul li div.eph-num a[href]';
7+
super.id = "rokaricomics";
8+
super.label = "Rokari Comics";
9+
this.tags = ["webtoon", "english"];
10+
this.path="/manga/list-mode/";
11+
this.url = "https://rokaricomics.com";
12+
this.links = {
13+
login: 'https://rokaricomics.com/login/'
14+
};
15+
}
16+
}

0 commit comments

Comments
 (0)