From 96bd99650fbb62f3bc0377f39cb8e9e73c0f7036 Mon Sep 17 00:00:00 2001 From: SBS123 <161339329+OtakuArab@users.noreply.github.com> Date: Tue, 28 May 2024 23:17:18 +0300 Subject: [PATCH] Update and rename RocksManga.kt to YuriMoonSub.kt --- .../site/zeistmanga/ar/{RocksManga.kt => YuriMoonSub.kt} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/{RocksManga.kt => YuriMoonSub.kt} (58%) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/RocksManga.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/YuriMoonSub.kt similarity index 58% rename from src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/RocksManga.kt rename to src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/YuriMoonSub.kt index 5a3e5a23c..4a215049d 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/RocksManga.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/zeistmanga/ar/YuriMoonSub.kt @@ -5,6 +5,6 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser import org.koitharu.kotatsu.parsers.model.MangaSource import org.koitharu.kotatsu.parsers.site.zeistmanga.ZeistMangaParser -@MangaSourceParser("ROCKSMANGA_COM", "RocksManga.com", "ar") -internal class RocksManga(context: MangaLoaderContext) : - ZeistMangaParser(context, MangaSource.ROCKSMANGA_COM, "rocks-manga.com") +@MangaSourceParser("YURIMOONSUB", "Yurimoonsub.blogspot.com", "ar") +internal class YuriMoonSub(context: MangaLoaderContext) : + ZeistMangaParser(context, MangaSource.YURIMOONSUB, "yurimoonsub.blogspot.com")