Nartag: Update domain (#8194)

Update domain
This commit is contained in:
Chopper 2025-03-24 13:19:28 -03:00 committed by Draff
parent e0193a707a
commit a8e99cea12
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Traducciones Amistosas' extName = 'Traducciones Amistosas'
extClass = '.Nartag' extClass = '.Nartag'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://traduccionesamistosas.cookni.net' baseUrl = 'https://traduccionesamistosas.topmanhuas.org'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = true isNsfw = true
} }

View File

@ -7,7 +7,7 @@ import okhttp3.OkHttpClient
class Nartag : Madara( class Nartag : Madara(
"Traducciones Amistosas", "Traducciones Amistosas",
"https://traduccionesamistosas.cookni.net", "https://traduccionesamistosas.topmanhuas.org",
"es", "es",
) { ) {
override val versionId = 2 override val versionId = 2
@ -17,4 +17,6 @@ class Nartag : Madara(
.build() .build()
override val useNewChapterEndpoint = true override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Never
} }