|
|
|
|
@ -7,7 +7,7 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("WEBTOONHATTI", "WebtoonHatti", "tr")
|
|
|
|
|
internal class Webtoonhatti(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaParserSource.WEBTOONHATTI, "webtoonhatti.dev", 20) {
|
|
|
|
|
MadaraParser(context, MangaParserSource.WEBTOONHATTI, "webtoonhatti.me", 20) {
|
|
|
|
|
override val listUrl = "webtoon/"
|
|
|
|
|
override val tagPrefix = "webtoon-tur/"
|
|
|
|
|
override val datePattern = "d MMMM"
|
|
|
|
|
|