Skip to content

Commit

Permalink
Update LikeManga.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
OtakuArab authored May 28, 2024
1 parent 3f6d64e commit a678cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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", "LikeManga.net", "ar")
@MangaSourceParser("LIKEMANGA", "Like-Manga.net", "ar")
internal class LikeManga(context: MangaLoaderContext) :
MadaraParser(context, MangaSource.LIKEMANGA, "like-manga.net", pageSize = 10)

0 comments on commit a678cc6

Please sign in to comment.