Legends no Fansub: Update domain (#1280)

Update domain
This commit is contained in:
bapeey 2024-02-15 15:37:34 -05:00 committed by Draff
parent 746dcba08b
commit 791d48fce1
2 changed files with 3 additions and 3 deletions

View File

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

View File

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