From 778d14a1a2c0ea328326a4beffe2a3c93af21555 Mon Sep 17 00:00:00 2001 From: Deivid Gabriel Pereira de Oliveira <75938421+deividgabrielpeira@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:27:19 +0000 Subject: [PATCH] change mangaSource --- .../koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt index f82e749f..7d5fa900 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/DemonSectParser.kt @@ -7,6 +7,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser @MangaSourceParser("DemonSect", "DemonSect", "pt") internal class DemonSectParser(context: MangaLoaderContext) : - MadaraParser(context, MangaSource.PRISMA_SCANS, "demonsect.com.br", 10) { + MadaraParser(context, MangaSource.DEMONSECT, "demonsect.com.br", 10) { override val datePattern = "MMM dd, yyyy" }