From 312b617b95ce17d5fc02b13ca8b8e34039501e3f Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:24:38 +0700 Subject: [PATCH] =?UTF-8?q?C=E1=BB=A9u=20Truy=E1=BB=87n:=20Use=20another?= =?UTF-8?q?=20publicUrl=20for=20better=20redirection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/koitharu/kotatsu/parsers/site/vi/CuuTruyenParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CuuTruyenParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CuuTruyenParser.kt index c3747c47..a57d7e9e 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CuuTruyenParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CuuTruyenParser.kt @@ -132,7 +132,7 @@ internal class CuuTruyenParser(context: MangaLoaderContext) : Manga( id = generateUid(jo.getLong("id")), url = "/api/v2/mangas/${jo.getLong("id")}", - publicUrl = "https://$domain/mangas/${jo.getLong("id")}", + publicUrl = "https://truycapcuutruyen.pages.dev/mangas/${jo.getLong("id")}", title = jo.getString("name"), altTitles = emptySet(), coverUrl = jo.getString("cover_mobile_url"),