parent
7fbf5e8af6
commit
98b871591e
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.KnightNoScanlation'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://kns.cookni.net'
|
||||
overrideVersionCode = 4
|
||||
overrideVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -25,4 +25,8 @@ class KnightNoScanlation : Madara(
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Status) div.summary-content"
|
||||
|
||||
override fun popularMangaSelector() = "div.manga__item"
|
||||
|
||||
override val popularMangaUrlSelector = "div.post-title a"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user