HadesNoFansub: Update domain (#10838)

update domain
This commit is contained in:
bapeey 2025-10-02 16:52:50 -05:00 committed by Draff
parent f945d11a8f
commit 11e61df10a
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hades no Fansub'
extClass = '.HadesNoFansub'
themePkg = 'madara'
baseUrl = 'https://hadesnofansub.com'
overrideVersionCode = 4
baseUrl = 'https://lectorhades.latamtoon.com'
overrideVersionCode = 5
isNsfw = true
}

View File

@ -6,12 +6,14 @@ import java.util.Locale
class HadesNoFansub : Madara(
"Hades no Fansub",
"https://hadesnofansub.com",
"https://lectorhades.latamtoon.com",
"es",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
override val mangaSubString = "tmo"
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"