stonescape: fix description (#7800)
This commit is contained in:
parent
e2d5b6eb19
commit
4446491912
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.StoneScape'
|
extClass = '.StoneScape'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://stonescape.xyz'
|
baseUrl = 'https://stonescape.xyz'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ class StoneScape : Madara(
|
|||||||
override val chapterUrlSelector = "li > a"
|
override val chapterUrlSelector = "li > a"
|
||||||
|
|
||||||
override val mangaDetailsSelectorAuthor = ".post-content .manga-authors a"
|
override val mangaDetailsSelectorAuthor = ".post-content .manga-authors a"
|
||||||
|
override val mangaDetailsSelectorDescription = ".manga-about, ${super.mangaDetailsSelectorDescription}"
|
||||||
|
|
||||||
override fun chapterListSelector() = "li.wp-manga-chapter:not(.premium-block)"
|
override fun chapterListSelector() = "li.wp-manga-chapter:not(.premium-block)"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user