LaviniaFansub: Fix chapter name (#4066)

Fix chapter name
This commit is contained in:
Chopper 2024-07-17 07:10:59 -03:00 committed by Draff
parent a53cb1bd8d
commit cb508becbb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.LaviniaFansub'
themePkg = 'madara'
baseUrl = 'https://laviniafansub.com'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

View File

@ -13,8 +13,11 @@ class LaviniaFansub : Madara(
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val chapterUrlSelector = "a:not(:has(img))"
override fun pageListParse(document: Document): List<Page> {
val pageList = super.pageListParse(document)