|
|
|
@ -7,6 +7,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("FLOWERMANGA", "FlowerManga", "pt")
|
|
|
|
@MangaSourceParser("FLOWERMANGA", "FlowerManga", "pt")
|
|
|
|
internal class FlowerManga(context: MangaLoaderContext) :
|
|
|
|
internal class FlowerManga(context: MangaLoaderContext) :
|
|
|
|
MadaraParser(context, MangaParserSource.FLOWERMANGA, "flowermangas.com", 24) {
|
|
|
|
MadaraParser(context, MangaParserSource.FLOWERMANGA, "flowermanga.net", 24) {
|
|
|
|
override val datePattern = "d MMMM yyyy"
|
|
|
|
override val datePattern = "d MMMM yyyy"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|