parent
46b8ceaecf
commit
7bf465ddae
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Hades no Fansub'
|
extName = 'Hades no Fansub'
|
||||||
extClass = '.HadesNoFansub'
|
extClass = '.HadesNoFansub'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hadesnofansub.com'
|
baseUrl = 'https://mangareaderpro.com'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,12 +6,15 @@ import java.util.Locale
|
||||||
|
|
||||||
class HadesNoFansub : Madara(
|
class HadesNoFansub : Madara(
|
||||||
"Hades no Fansub",
|
"Hades no Fansub",
|
||||||
"https://hadesnofansub.com",
|
"https://mangareaderpro.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
override val useNewChapterEndpoint = true
|
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 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
|
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue