parent
f945d11a8f
commit
11e61df10a
@ -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
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user