fix wpComics - manhuaes page parse (#5216)

older chapter cant load image
This commit is contained in:
Riztard Lanthorn 2020-12-21 04:57:27 +07:00 committed by GitHub
parent 3b3695f97b
commit 2992ad58d4
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' extName = 'WP-Comics'
pkgNameSuffix = 'all.wpcomics' pkgNameSuffix = 'all.wpcomics'
extClass = '.WPComicsFactory' extClass = '.WPComicsFactory'
extVersionCode = 14 extVersionCode = 15
libVersion = '1.2' 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" override val pageListSelector = "div.chapter-detail ul img, div.chapter-detail div:not(.container) > img"
} }
private class MangaSum : WPComics("MangaSum", "https://mangasum.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US), null) { private class MangaSum : WPComics("MangaSum", "https://mangasum.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US), null) {