From d0627b83d0e040cd75de7747a45a1f4532cacee4 Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:19:27 +0700 Subject: [PATCH] Update BlogTruyenVN.kt --- .../kotlin/org/koitharu/kotatsu/parsers/site/vi/BlogTruyenVN.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/BlogTruyenVN.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/BlogTruyenVN.kt index 79933dbd..435efc07 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/BlogTruyenVN.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/BlogTruyenVN.kt @@ -13,7 +13,9 @@ import org.koitharu.kotatsu.parsers.network.UserAgents import org.koitharu.kotatsu.parsers.util.* import java.text.SimpleDateFormat import java.util.* +import org.koitharu.kotatsu.parsers.Broken +@Broken @MangaSourceParser("BLOGTRUYENVN", "BlogTruyenVN", "vi") internal class BlogTruyenVNParser(context: MangaLoaderContext) : PagedMangaParser(context, MangaParserSource.BLOGTRUYENVN, pageSize = 20) {