From ccaf52b74e78bdf8de7491802b5cc992691988c0 Mon Sep 17 00:00:00 2001 From: Harsh Dev Jha Date: Sat, 27 Sep 2025 16:06:24 +0530 Subject: [PATCH] AtsuMoe: Add source (close #2187) Co-authored-by: Draken <131387159+dragonx943@users.noreply.github.com> --- .github/summary.yaml | 2 +- .../kotatsu/parsers/site/keyoapp/en/AtsuMoe.kt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/main/kotlin/org/koitharu/kotatsu/parsers/site/keyoapp/en/AtsuMoe.kt diff --git a/.github/summary.yaml b/.github/summary.yaml index 08a3a37f..50d46efb 100644 --- a/.github/summary.yaml +++ b/.github/summary.yaml @@ -1 +1 @@ -total: 1252 \ No newline at end of file +total: 1253 diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/keyoapp/en/AtsuMoe.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/keyoapp/en/AtsuMoe.kt new file mode 100644 index 00000000..fae78ab8 --- /dev/null +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/keyoapp/en/AtsuMoe.kt @@ -0,0 +1,10 @@ +package org.koitharu.kotatsu.parsers.site.keyoapp.en + +import org.koitharu.kotatsu.parsers.MangaLoaderContext +import org.koitharu.kotatsu.parsers.MangaSourceParser +import org.koitharu.kotatsu.parsers.model.MangaParserSource +import org.koitharu.kotatsu.parsers.site.keyoapp.KeyoappParser + +@MangaSourceParser("ATSUMOE", "AtsuMoe", "en") +internal class AtsuMoe(context: MangaLoaderContext) : + KeyoappParser(context, MangaParserSource.ATSUMOE, "atsu.moe")