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'
|
extName = 'LectorManga'
|
||||||
pkgNameSuffix = 'es.lectormanga'
|
pkgNameSuffix = 'es.lectormanga'
|
||||||
extClass = '.LectorManga'
|
extClass = '.LectorManga'
|
||||||
extVersionCode = 17
|
extVersionCode = 18
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -255,7 +255,7 @@ class LectorManga : ConfigurableSource, ParsedHttpSource() {
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> = mutableListOf<Page>().apply {
|
override fun pageListParse(document: Document): List<Page> = mutableListOf<Page>().apply {
|
||||||
if (getPageMethodPref() == "cascade") {
|
if (getPageMethodPref() == "cascade") {
|
||||||
document.select("div.viewer-container img").forEach {
|
document.select("div.viewer-image-container img").forEach {
|
||||||
add(
|
add(
|
||||||
Page(
|
Page(
|
||||||
size,
|
size,
|
||||||
|
|
Loading…
Reference in New Issue