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'
extClass = '.Nartag'
themePkg = 'madara'
baseUrl = 'https://traduccionesamistosas.cookni.net'
overrideVersionCode = 2
baseUrl = 'https://traduccionesamistosas.topmanhuas.org'
overrideVersionCode = 3
isNsfw = true
}

View File

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