fix error thanks @ztimms73

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

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

Loading…
Cancel
Save