|
|
|
|
@ -5,6 +5,7 @@ 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
|
|
|
|
|
import org.koitharu.kotatsu.parsers.Broken
|
|
|
|
|
|
|
|
|
|
@Broken
|
|
|
|
|
@MangaSourceParser("MANGAOKU", "Mangaoku", "tr")
|
|
|
|
|
@ -13,4 +14,4 @@ internal class Mangaoku(context: MangaLoaderContext) :
|
|
|
|
|
override val datePattern = "dd MMMM yyyy"
|
|
|
|
|
override val listUrl = "seri/"
|
|
|
|
|
override val tagPrefix = "tur/"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|