|
|
|
@ -4,8 +4,9 @@ import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.ContentType
|
|
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("WEBTOONEMPIRE", "WebtoonEmpire", "ar")
|
|
|
|
@MangaSourceParser("WEBTOONEMPIRE", "WebtoonEmpire", "ar", type = ContentType.HENTAI)
|
|
|
|
internal class WebtoonEmpire(context: MangaLoaderContext) :
|
|
|
|
internal class WebtoonEmpire(context: MangaLoaderContext) :
|
|
|
|
MadaraParser(context, MangaParserSource.WEBTOONEMPIRE, "webtoonempire-bl.com", pageSize = 10) {
|
|
|
|
MadaraParser(context, MangaParserSource.WEBTOONEMPIRE, "webtoonempire-bl.com", pageSize = 10) {
|
|
|
|
override val listUrl = "webtoon/"
|
|
|
|
override val listUrl = "webtoon/"
|
|
|
|
|