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) {