|
|
|
|
@ -5,6 +5,6 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("LIKEMANGA", "Like-Manga.net", "ar")
|
|
|
|
|
internal class LIKEMANGA(context: MangaLoaderContext) :
|
|
|
|
|
@MangaSourceParser("MANGALIKE", "Like-Manga.net", "ar")
|
|
|
|
|
internal class MANGALIKE(context: MangaLoaderContext) :
|
|
|
|
|
MadaraParser(context, MangaSource.MANGALIKE, "like-manga.net", pageSize = 10)
|
|
|
|
|
|