parent
46b8ceaecf
commit
7bf465ddae
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue