VF Scan: Update domain (#4767)

This commit is contained in:
KirinRaikage 2024-08-26 13:26:36 +02:00 committed by Draff
parent 5a6c302a6d
commit 195b3771d3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'VF Scan'
extClass = '.VFScan'
themePkg = 'mangathemesia'
baseUrl = 'https://www.vfscan.cc'
overrideVersionCode = 0
baseUrl = 'https://www.vfscan.net'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class VFScan : MangaThemesia("VF Scan", "https://www.vfscan.cc", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRENCH)) {
class VFScan : MangaThemesia("VF Scan", "https://www.vfscan.net", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRENCH)) {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(2, 1, TimeUnit.SECONDS)
.build()