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