WPComics fix ManhuaES bug (#4920)

WPComics fix ManhuaES bug
This commit is contained in:
Riztard Lanthorn 2020-11-22 21:12:07 +07:00 committed by GitHub
parent c8b747e2cc
commit dbb7d18683
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,7 +5,7 @@ ext {
extName = 'WP-Comics'
pkgNameSuffix = 'all.wpcomics'
extClass = '.WPComicsFactory'
extVersionCode = 13
extVersionCode = 14
libVersion = '1.2'
}

View File

@ -41,7 +41,7 @@ private class ManhuaES : WPComics("Manhua ES", "https://manhuaes.com", "en", Sim
}
}
override val pageListSelector = "div.chapter-detail img"
override val pageListSelector = "div.chapter-detail ul img"
}
private class MangaSum : WPComics("MangaSum", "https://mangasum.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US), null) {