Legends no Fansub: Update domain (#1280)

Update domain
This commit is contained in:
bapeey 2024-02-15 15:37:34 -05:00 committed by GitHub
parent df2a64df6b
commit 6c9a20f31e
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Legends No Fansub'
extClass = '.LegendsNoFansub'
themePkg = 'madara'
baseUrl = 'https://legends.nextnovels.com'
overrideVersionCode = 0
baseUrl = 'https://legnmangas.com'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit
class LegendsNoFansub : Madara(
"Legends No Fansub",
"https://legends.nextnovels.com",
"https://legnmangas.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {