parent
a53cb1bd8d
commit
cb508becbb
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.LaviniaFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://laviniafansub.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue