|
|
|
|
@ -2,12 +2,11 @@ package org.koitharu.kotatsu.parsers.site.mangareader.fr
|
|
|
|
|
|
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.ContentType
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.*
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("EPSILONSCAN", "EpsilonScan", "fr", ContentType.HENTAI)
|
|
|
|
|
internal class EpsilonscanParser(context: MangaLoaderContext) :
|
|
|
|
|
MangaReaderParser(context, MangaSource.EPSILONSCAN, "epsilonscan.fr", pageSize = 20, searchPageSize = 10) {
|
|
|
|
|
internal class EpsilonscanParser(context: MangaLoaderContext) : MadaraParser(context, MangaSource.EPSILONSCAN, "epsilonscan.fr") {
|
|
|
|
|
override val withoutAjax = true
|
|
|
|
|
override val isTagsExclusionSupported = false
|
|
|
|
|
}
|
|
|
|
|
|