parent
e0193a707a
commit
a8e99cea12
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user