minor fix and add quick source ar
parent
8df620b1cd
commit
7c4bffede2
@ -0,0 +1,11 @@
|
||||
package org.koitharu.kotatsu.parsers.site.madara.pt
|
||||
|
||||
|
||||
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
||||
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
||||
import org.koitharu.kotatsu.parsers.model.MangaSource
|
||||
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
||||
|
||||
@MangaSourceParser("MANGALIKE", "MangaLike", "ar")
|
||||
internal class MangaLike(context: MangaLoaderContext) :
|
||||
MadaraParser(context, MangaSource.MANGALIKE, "mangalike.me", pageSize = 10)
|
||||
Loading…
Reference in New Issue