pull/368/head
Deivid Gabriel Pereira de Oliveira 3 years ago
parent 335229e61b
commit db2acb752a

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