|
|
|
|
@ -8,7 +8,7 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
//This source requires an account.
|
|
|
|
|
@MangaSourceParser("GRIMELEK", "Grimelek", "tr")
|
|
|
|
|
internal class Grimelek(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaParserSource.GRIMELEK, "grimelek.one", 20) {
|
|
|
|
|
MadaraParser(context, MangaParserSource.GRIMELEK, "grimelek.online", 20) {
|
|
|
|
|
override val datePattern = "d MMMM yyyy"
|
|
|
|
|
override val listUrl = "seri/"
|
|
|
|
|
}
|
|
|
|
|
|