Madara - ManhuaUS chapter order (#2841)

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

View File

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

View File

@ -567,6 +567,7 @@ class ManyToonClub : Madara("ManyToonClub", "https://manytoon.club", "ko")
class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") { class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item" 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") { class MangaGecesi : Madara("Manga Gecesi", "https://mangagecesi.com", "tr") {