From 14e23694fdb5ef9e060ae6ef36181d4ffd9e0e13 Mon Sep 17 00:00:00 2001 From: Sergey Shumov <5780198+darkxanter@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:28:55 +0300 Subject: [PATCH] FIx ZenManga manga page url (#2164) --- .../org/koitharu/kotatsu/parsers/site/ru/ZenMangaParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/ZenMangaParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/ZenMangaParser.kt index 51d49c3c..f002c2c5 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/ZenMangaParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/ZenMangaParser.kt @@ -335,7 +335,7 @@ internal class ZenMangaParser(context: MangaLoaderContext) : MangaPage( id = generateUid(id), - url = "$imageUrl?width=1600", + url = "$imageUrl&width=1600", preview = null, source = source )