Fix no chapters found (#14771)
This commit is contained in:
parent
fd86f209dc
commit
33689fce4d
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Manhwa-Latino'
|
extName = 'Manhwa-Latino'
|
||||||
pkgNameSuffix = 'es.manhwalatino'
|
pkgNameSuffix = 'es.manhwalatino'
|
||||||
extClass = '.ManhwaLatino'
|
extClass = '.ManhwaLatino'
|
||||||
extVersionCode = 20
|
extVersionCode = 21
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ object MLConstants {
|
||||||
const val latestUpdatesSelectorThumbnailUrl = "div.slider__thumb_item > a > img"
|
const val latestUpdatesSelectorThumbnailUrl = "div.slider__thumb_item > a > img"
|
||||||
const val latestUpdatesSelectorTitle = "div.slider__content h4"
|
const val latestUpdatesSelectorTitle = "div.slider__content h4"
|
||||||
const val latestUpdatesSelectorUrl = "div.slider__content h4 a"
|
const val latestUpdatesSelectorUrl = "div.slider__content h4 a"
|
||||||
const val chapterListParseSelector = "li.wp-manga-chapter"
|
const val chapterListParseSelector = "li.vireimanga-chapter"
|
||||||
const val chapterLinkParser = "a"
|
const val chapterLinkParser = "a"
|
||||||
const val chapterReleaseDateLinkParser = "span.chapter-release-date a"
|
const val chapterReleaseDateLinkParser = "span.chapter-release-date a"
|
||||||
const val chapterReleaseDateIParser = "span.chapter-release-date i"
|
const val chapterReleaseDateIParser = "span.chapter-release-date i"
|
||||||
|
|
Loading…
Reference in New Issue