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'
extClass = '.VerManhwas'
themePkg = 'madara'
baseUrl = 'https://vermanhwa.es'
overrideVersionCode = 1
baseUrl = 'https://vermanhwa.com'
overrideVersionCode = 2
isNsfw = true
}

View File

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