AtsuMoe: Add source (close #2187)

Co-authored-by: Draken <131387159+dragonx943@users.noreply.github.com>
master
Harsh Dev Jha 7 months ago committed by GitHub
parent fc988cdd1e
commit ccaf52b74e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1 @@
total: 1252 total: 1253

@ -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")
Loading…
Cancel
Save