ManhuaES: fix chapter empty in some manga (#6209)

This commit is contained in:
Riztard Lanthorn
2021-03-18 21:09:04 +07:00
committed by GitHub
parent a40294de33
commit 1799c45140
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ import java.text.SimpleDateFormat
import java.util.Locale
class ManhuaES : Madara("Manhua ES", "https://manhuaes.com", "en") {
override val pageListParseSelector = "div.text-left li"
override val pageListParseSelector = "div.text-left li, div.text-left div.separator"
}