HadesNoFansub: Update domain (#7738)

Update domain
This commit is contained in:
Chopper 2025-02-21 12:22:42 -03:00 committed by Draff
parent 46b8ceaecf
commit 7bf465ddae
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -6,12 +6,15 @@ import java.util.Locale
class HadesNoFansub : Madara(
"Hades no Fansub",
"https://hadesnofansub.com",
"https://mangareaderpro.com",
"es",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
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"
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
}