From 4cc15daba3e09a92d6e2839d6de3b50514b0da23 Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Sat, 5 Jul 2025 22:43:56 +0700 Subject: [PATCH] [Koharu] Add Broken --- src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/Koharu.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/Koharu.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/Koharu.kt index 0f262a7f..7bde8ebd 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/Koharu.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/Koharu.kt @@ -19,7 +19,9 @@ import org.koitharu.kotatsu.parsers.util.suspendlazy.suspendLazy import java.net.HttpURLConnection import java.text.SimpleDateFormat 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) internal class Koharu(context: MangaLoaderContext) : LegacyPagedMangaParser(context, MangaParserSource.KOHARU, 24) {