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