Skip to content

Commit

Permalink
Update and rename MangaLekCom.kt to LekMangaCom.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
OtakuArab authored May 29, 2024
1 parent ef9cfaa commit fbf3471
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import org.koitharu.kotatsu.parsers.util.parseFailed
import org.koitharu.kotatsu.parsers.util.parseHtml
import java.text.SimpleDateFormat

@MangaSourceParser("MANGA_LEK", "Manga-Lek", "ar")
internal class MangaLekCom(context: MangaLoaderContext) :
MadaraParser(context, MangaSource.MANGA_LEK, "manga-lek.com") {
override val listUrl = "mangalek/"
@MangaSourceParser("LEKMANGACOM", "LekMangaCom", "ar")
internal class LekMangaCom(context: MangaLoaderContext) :
MadaraParser(context, MangaSource.LEKMANGACOM, "lekmanga.com") {
override val listUrl = "lekmanga/"
override val postReq = true

override suspend fun loadChapters(mangaUrl: String, document: Document): List<MangaChapter> {
Expand Down

0 comments on commit fbf3471

Please sign in to comment.