Fix no chapters found (#14771)

This commit is contained in:
Seew 2023-01-03 09:01:14 -05:00 committed by GitHub
parent fd86f209dc
commit 33689fce4d
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 = 'Manhwa-Latino' extName = 'Manhwa-Latino'
pkgNameSuffix = 'es.manhwalatino' pkgNameSuffix = 'es.manhwalatino'
extClass = '.ManhwaLatino' extClass = '.ManhwaLatino'
extVersionCode = 20 extVersionCode = 21
isNsfw = true isNsfw = true
} }

View File

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