Update MadaraParser.kt

pull/12/head
Saksham Shekher 4 years ago committed by GitHub
parent c67d27d6c9
commit 4d65b2e1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -336,6 +336,9 @@ internal abstract class MadaraParser(
@MangaSourceParser("MANHWA_CHILL", "Manhwa Chill", "en") @MangaSourceParser("MANHWA_CHILL", "Manhwa Chill", "en")
class ManhwaChill(context: MangaLoaderContext) : MadaraParser(context, MangaSource.MANHWA_CHILL, "manhwachill.com") class ManhwaChill(context: MangaLoaderContext) : MadaraParser(context, MangaSource.MANHWA_CHILL, "manhwachill.com")
@MangaSourceParser("TREE_MANGA", "Tree Manga", "en")
class TreeManga(context: MangaLoaderContext) : MadaraParser(context, MangaSource.TREE_MANGA, "treemanga.com")
@MangaSourceParser("ALLTOPMANGA", "All Top Manga", "en") @MangaSourceParser("ALLTOPMANGA", "All Top Manga", "en")
class AllTopManga(context: MangaLoaderContext) : MadaraParser(context, MangaSource.ALLTOPMANGA, "alltopmanga.com") class AllTopManga(context: MangaLoaderContext) : MadaraParser(context, MangaSource.ALLTOPMANGA, "alltopmanga.com")

Loading…
Cancel
Save