Ver Manhwas: update domain (#3902)

This commit is contained in:
Vetle Ledaal 2024-07-07 14:20:29 +02:00 committed by Draff
parent fc20cb2228
commit 027c22b5de
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 4 deletions

View File

@ -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
} }

View File

@ -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)