Madara - ManhuaUS chapter order (#2841)
This commit is contained in:
parent
5dd204d665
commit
3ded3086a9
src/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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user