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")