|
|
|
@ -19,7 +19,9 @@ import org.koitharu.kotatsu.parsers.util.suspendlazy.suspendLazy
|
|
|
|
import java.net.HttpURLConnection
|
|
|
|
import java.net.HttpURLConnection
|
|
|
|
import java.text.SimpleDateFormat
|
|
|
|
import java.text.SimpleDateFormat
|
|
|
|
import java.util.*
|
|
|
|
import java.util.*
|
|
|
|
|
|
|
|
import org.koitharu.kotatsu.parsers.Broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Broken("Need to fix getPages, most manga don't have chapter images due to faulty fetch logic")
|
|
|
|
@MangaSourceParser("KOHARU", "Schale.network", type = ContentType.HENTAI)
|
|
|
|
@MangaSourceParser("KOHARU", "Schale.network", type = ContentType.HENTAI)
|
|
|
|
internal class Koharu(context: MangaLoaderContext) :
|
|
|
|
internal class Koharu(context: MangaLoaderContext) :
|
|
|
|
LegacyPagedMangaParser(context, MangaParserSource.KOHARU, 24) {
|
|
|
|
LegacyPagedMangaParser(context, MangaParserSource.KOHARU, 24) {
|
|
|
|
|