Skip to content

Commit

Permalink
LumosKomik: update domain, fix description (#5607)
Browse files Browse the repository at this point in the history
Closes #5429
  • Loading branch information
Riztard authored Oct 20, 2024
1 parent 60265d2 commit 97156f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/id/lumoskomik/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'LumosKomik'
extClass = '.LumosKomik'
themePkg = 'madara'
baseUrl = 'https://lumoskomik.com'
overrideVersionCode = 0
baseUrl = 'https://lumos01.com'
overrideVersionCode = 1
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ import java.util.Locale

class LumosKomik : Madara(
"LumosKomik",
"https://lumoskomik.com",
"https://lumos01.com",
"id",
dateFormat = SimpleDateFormat("dd MMMM yyyy", Locale("en")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true

override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
override val mangaDetailsSelectorDescription = "#tab-manga-summary"
override val mangaSubString = "komik"
}

0 comments on commit 97156f9

Please sign in to comment.