parent
a53cb1bd8d
commit
cb508becbb
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.LaviniaFansub'
|
extClass = '.LaviniaFansub'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://laviniafansub.com'
|
baseUrl = 'https://laviniafansub.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,11 @@ class LaviniaFansub : Madara(
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
) {
|
) {
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
|
||||||
override val useNewChapterEndpoint = true
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val chapterUrlSelector = "a:not(:has(img))"
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
val pageList = super.pageListParse(document)
|
val pageList = super.pageListParse(document)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue