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