|
|
|
|
@ -5,8 +5,8 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("PRISMA_SCANS", "PrismaScans", "pt")
|
|
|
|
|
internal class PrismaScansParser(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaSource.PRISMA_SCANS, "prismacomics.com", 10) {
|
|
|
|
|
@MangaSourceParser("DemonSect", "DemonSect", "pt")
|
|
|
|
|
internal class DemonSectParser(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaSource.PRISMA_SCANS, "demonsect.com.br" 10) {
|
|
|
|
|
override val datePattern = "MMM dd, yyyy"
|
|
|
|
|
}
|