yanpfansub: update domain (#4615)
This commit is contained in:
parent
5d82449b0c
commit
8e09de0654
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'YANP Fansub'
|
||||
extClass = '.YANPFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://yanpfansub.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://trisalyanp.com'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class YANPFansub : Madara(
|
||||
"YANP Fansub",
|
||||
"https://yanpfansub.com",
|
||||
"https://trisalyanp.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||
SimpleDateFormat("d 'de' MMMM 'de' yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
||||
// Scanlator changed the theme from WpMangaReader to Madara.
|
||||
|
@ -38,4 +38,6 @@ class YANPFansub : Madara(
|
|||
|
||||
// Page has custom link to scan website.
|
||||
override val popularMangaUrlSelector = "div.post-title a:not([target])"
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue