@ -7,6 +7,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
@MangaSourceParser("DEMONSECT", "DemonSect", "pt")
internal class DemonSect(context: MangaLoaderContext) :
MadaraParser(context, MangaSource.demonsect, "demonsect.com.br", 10) {
MadaraParser(context, MangaSource.DEMONSECT, "demonsect.com.br", 10) {
override val datePattern = "MMM dd, yyyy"
}