mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2025-01-31 20:01:42 +01:00
Azora: Fix description text (#7219)
* fix: description text * fix: Shortening the CSS selector
This commit is contained in:
parent
39db94786c
commit
3dd64f2181
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.Azora'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://azoramoon.com'
|
||||
overrideVersionCode = 7
|
||||
overrideVersionCode = 8
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user