parent
f945d11a8f
commit
11e61df10a
@ -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://lectorhades.latamtoon.com'
|
||||||
overrideVersionCode = 4
|
overrideVersionCode = 5
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,12 +6,14 @@ import java.util.Locale
|
|||||||
|
|
||||||
class HadesNoFansub : Madara(
|
class HadesNoFansub : Madara(
|
||||||
"Hades no Fansub",
|
"Hades no Fansub",
|
||||||
"https://hadesnofansub.com",
|
"https://lectorhades.latamtoon.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 mangaSubString = "tmo"
|
||||||
|
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user