Madara - ManhuaUS chapter order ()

This commit is contained in:
Mike 2020-04-26 07:01:59 -04:00 committed by GitHub
parent 5dd204d665
commit 3ded3086a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
src/all/madara
build.gradle
src/eu/kanade/tachiyomi/extension/all/madara

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 76
extVersionCode = 77
libVersion = '1.2'
}

@ -567,6 +567,7 @@ class ManyToonClub : Madara("ManyToonClub", "https://manytoon.club", "ko")
class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item"
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).reversed()
}
class MangaGecesi : Madara("Manga Gecesi", "https://mangagecesi.com", "tr") {