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