WpComics - manhuaes fix some page parse (#5302)

This commit is contained in:
Riztard Lanthorn 2021-01-03 22:16:46 +07:00 committed by GitHub
parent c36bb63c34
commit 46eb268798
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 = 15
extVersionCode = 16
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 ul img, div.chapter-detail div:not(.container) > img"
override val pageListSelector = "div.chapter-detail ul img, div.chapter-detail div:not(.container) > img, div.chapter-detail p > img"
}
private class MangaSum : WPComics("MangaSum", "https://mangasum.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US), null) {