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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class ManhuaES : Madara("Manhua ES", "https://manhuaes.com", "en") { 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"
} }

View File

@ -138,7 +138,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Mangazuki.online", "http://mangazukinew.online", "en", className = "MangazukiOnline"), SingleLang("Mangazuki.online", "http://mangazukinew.online", "en", className = "MangazukiOnline"),
SingleLang("Mangceh", "https://mangceh.com", "id", isNsfw = true), SingleLang("Mangceh", "https://mangceh.com", "id", isNsfw = true),
SingleLang("ManhuaBox", "https://manhuabox.net", "en"), SingleLang("ManhuaBox", "https://manhuabox.net", "en"),
SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 2), SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 3),
SingleLang("ManhuaFast", "https://manhuafast.com", "en"), SingleLang("ManhuaFast", "https://manhuafast.com", "en"),
SingleLang("Manhuaga", "https://manhuaga.com", "en", overrideVersionCode = 1), SingleLang("Manhuaga", "https://manhuaga.com", "en", overrideVersionCode = 1),
SingleLang("Manhua Plus", "https://manhuaplus.com", "en", overrideVersionCode = 2), SingleLang("Manhua Plus", "https://manhuaplus.com", "en", overrideVersionCode = 2),