Ver Manhwas: update domain (#3902)
This commit is contained in:
parent
fc20cb2228
commit
027c22b5de
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Ver Manhwas'
|
||||
extClass = '.VerManhwas'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://vermanhwa.es'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://vermanhwa.com'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -8,11 +8,12 @@ import java.util.Locale
|
||||
|
||||
class VerManhwas : Madara(
|
||||
"Ver Manhwas",
|
||||
"https://vermanhwa.es",
|
||||
"https://vermanhwa.com",
|
||||
"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 {
|
||||
return GET("$baseUrl/?s=&post_type=wp-manga", headers)
|
||||
|
Loading…
x
Reference in New Issue
Block a user