stonescape: fix description (#7800)

This commit is contained in:
AwkwardPeak7 2025-03-01 08:24:46 +05:00 committed by Draff
parent e2d5b6eb19
commit 4446491912
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.StoneScape'
themePkg = 'madara'
baseUrl = 'https://stonescape.xyz'
overrideVersionCode = 1
overrideVersionCode = 2
isNsfw = false
}

View File

@ -15,6 +15,7 @@ class StoneScape : Madara(
override val chapterUrlSelector = "li > 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)"
}