Riztard Lanthorn 6202608920
ManhuaUS: fix chapter list (#9285)
* ManhuaUS: fix chapter list

* some cleaning
2021-09-30 06:52:14 -04:00

8 lines
227 B
Kotlin

package eu.kanade.tachiyomi.extension.en.manhuaus
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") {
override val useNewChapterEndpoint: Boolean = true
}