|
|
|
@ -5,6 +5,6 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("PEWPIECE", "PewPiece", "ar")
|
|
|
|
@MangaSourceParser("GMANGA", "Gmanga", "ar")
|
|
|
|
internal class PewPiece(context: MangaLoaderContext) :
|
|
|
|
internal class Gmanga(context: MangaLoaderContext) :
|
|
|
|
MadaraParser(context, MangaSource.PEWPIECE, "pewpiece.com")
|
|
|
|
MadaraParser(context, MangaSource.GMANGA, "gmanga.site")
|