|
|
|
|
@ -5,9 +5,9 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("MANGASPARK", "MangaSpark", "ar")
|
|
|
|
|
@MangaSourceParser("MANGASPARK", "Manga-Spark", "ar")
|
|
|
|
|
internal class Mangaspark(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaSource.MANGASPARK, "mangaspark.org", pageSize = 10) {
|
|
|
|
|
MadaraParser(context, MangaSource.MANGASPARK, "manga-spark.com", pageSize = 10) {
|
|
|
|
|
override val postReq = true
|
|
|
|
|
override val datePattern = "d MMMM، yyyy"
|
|
|
|
|
}
|
|
|
|
|
|