Skip to content

Commit

Permalink
Azora: Fix description text (#7219)
Browse files Browse the repository at this point in the history
* fix: description text

* fix: Shortening the CSS selector
  • Loading branch information
Hellkaros authored Jan 18, 2025
1 parent 39db947 commit 3dd64f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ar/azora/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.Azora'
themePkg = 'madara'
baseUrl = 'https://azoramoon.com'
overrideVersionCode = 7
overrideVersionCode = 8
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 3dd64f2

Please sign in to comment.