From 8b3814c485cecd4e802c71ad18669e22e9f849f7 Mon Sep 17 00:00:00 2001 From: Deivid Gabriel Pereira de Oliveira <75938421+deividgabrielpeira@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:21:28 +0000 Subject: [PATCH] , --- .../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 c9eaa548..f82e749f 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.PRISMA_SCANS, "demonsect.com.br", 10) { override val datePattern = "MMM dd, yyyy" }