Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package org.koitharu.kotatsu.parsers.site.madara.ar

import org.koitharu.kotatsu.parsers.Broken
import org.koitharu.kotatsu.parsers.MangaLoaderContext
import org.koitharu.kotatsu.parsers.MangaSourceParser
import org.koitharu.kotatsu.parsers.model.MangaParserSource
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser

@Broken("Site is gone — root redirects to an unrelated domain")
@MangaSourceParser("MANGASPARK", "Manga-Spark", "ar")
internal class Mangaspark(context: MangaLoaderContext) :
MadaraParser(context, MangaParserSource.MANGASPARK, "manga-spark.com", pageSize = 10) {
MadaraParser(context, MangaParserSource.MANGASPARK, "sparkmanga.net", pageSize = 10) {
override val postReq = true
override val datePattern = "d MMMM، yyyy"
override val selectPage = "div.page-break, div.page-box, div.no-gaps"
}
Loading