LumosKomik: update domain, fix description (#5607)

Closes #5429
This commit is contained in:
Luqman 2024-10-20 19:31:56 +07:00 committed by GitHub
parent 60265d2f87
commit 97156f9167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class LumosKomik : Madara(
"LumosKomik",
"https://lumoskomik.com",
"https://lumos01.com",
"id",
dateFormat = SimpleDateFormat("dd MMMM yyyy", Locale("en")),
) {
@ -14,5 +14,6 @@ class LumosKomik : Madara(
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"
}