From 023d13e44b668977b5f182b5998bea580d33fec0 Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:38:31 +0700 Subject: [PATCH] Update EpikMan.kt --- .../koitharu/kotatsu/parsers/site/zeistmanga/tr/EpikMan.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/tr/EpikMan.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/tr/EpikMan.kt index 576f5f1e..3007786d 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/tr/EpikMan.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/tr/EpikMan.kt @@ -9,7 +9,9 @@ import org.koitharu.kotatsu.parsers.util.domain import org.koitharu.kotatsu.parsers.util.mapToSet import org.koitharu.kotatsu.parsers.util.parseHtml import org.koitharu.kotatsu.parsers.util.requireElementById +import org.koitharu.kotatsu.parsers.Broken +@Broken @MangaSourceParser("EPIKMAN", "EpikMan", "tr") internal class EpikMan(context: MangaLoaderContext) : ZeistMangaParser(context, MangaParserSource.EPIKMAN, "www.epikman.ga") { @@ -27,4 +29,4 @@ internal class EpikMan(context: MangaLoaderContext) : ) } } -} \ No newline at end of file +}