yanpfansub: update domain (#4615)

This commit is contained in:
AwkwardPeak7 2024-08-15 09:16:21 +05:00 committed by Draff
parent 5d82449b0c
commit 8e09de0654
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 6 additions and 4 deletions

View File

@ -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
}

View File

@ -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
}