Fixing the update images selector. (#8846)
* Update LectorManga.kt * Update build.gradle
This commit is contained in:
parent
1b7461b66b
commit
eb1edeb4c5
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'LectorManga'
|
||||
pkgNameSuffix = 'es.lectormanga'
|
||||
extClass = '.LectorManga'
|
||||
extVersionCode = 17
|
||||
extVersionCode = 18
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -255,7 +255,7 @@ class LectorManga : ConfigurableSource, ParsedHttpSource() {
|
|||
|
||||
override fun pageListParse(document: Document): List<Page> = mutableListOf<Page>().apply {
|
||||
if (getPageMethodPref() == "cascade") {
|
||||
document.select("div.viewer-container img").forEach {
|
||||
document.select("div.viewer-image-container img").forEach {
|
||||
add(
|
||||
Page(
|
||||
size,
|
||||
|
|
Loading…
Reference in New Issue