Azora: Fix description text (#7219)

* fix: description text

* fix: Shortening the CSS selector
This commit is contained in:
Hellkaros 2025-01-18 15:33:01 -03:00 committed by GitHub
parent 39db94786c
commit 3dd64f2181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Azora'
themePkg = 'madara'
baseUrl = 'https://azoramoon.com'
overrideVersionCode = 7
overrideVersionCode = 8
}
apply from: "$rootDir/common.gradle"

View File

@ -8,6 +8,7 @@ class Azora : Madara("Azora", "https://azoramoon.com", "ar") {
override val mangaSubString = "series"
override val useNewChapterEndpoint = false
override fun chapterListSelector() = "li.wp-manga-chapter:not(.premium-block)" // Filter fake chapters
override val mangaDetailsSelectorDescription = ".manga-summary"
override fun chapterFromElement(element: Element): SChapter {
val chapter = SChapter.create()