Fixing the update images selector. (#8846)

* Update LectorManga.kt

* Update build.gradle
This commit is contained in:
Clouddark75 2021-08-25 19:28:00 -04:00 committed by GitHub
parent 1b7461b66b
commit eb1edeb4c5
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 = 'LectorManga'
pkgNameSuffix = 'es.lectormanga'
extClass = '.LectorManga'
extVersionCode = 17
extVersionCode = 18
libVersion = '1.2'
}

View File

@ -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,