Ver Manhwas: update domain (#3902)
This commit is contained in:
parent
fc20cb2228
commit
027c22b5de
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Ver Manhwas'
|
extName = 'Ver Manhwas'
|
||||||
extClass = '.VerManhwas'
|
extClass = '.VerManhwas'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://vermanhwa.es'
|
baseUrl = 'https://vermanhwa.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,11 +8,12 @@ import java.util.Locale
|
|||||||
|
|
||||||
class VerManhwas : Madara(
|
class VerManhwas : Madara(
|
||||||
"Ver Manhwas",
|
"Ver Manhwas",
|
||||||
"https://vermanhwa.es",
|
"https://vermanhwa.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
override val useNewChapterEndpoint = true
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
|
||||||
override fun genresRequest(): Request {
|
override fun genresRequest(): Request {
|
||||||
return GET("$baseUrl/?s=&post_type=wp-manga", headers)
|
return GET("$baseUrl/?s=&post_type=wp-manga", headers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user