diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/PrismaScansParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt similarity index 62% rename from src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/PrismaScansParser.kt rename to src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt index 8c2af4a3..c9eaa548 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/PrismaScansParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt @@ -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" }