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 import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
@MangaSourceParser("DEMONSECT", "DemonSect", "pt") @MangaSourceParser("DEMONSECT", "DemonSect", "pt")
internal class DemonSectParser(context: MangaLoaderContext) : 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" override val datePattern = "MMM dd, yyyy"
} }
Loading…
Cancel
Save