VF Scan: Update domain (#4767)
This commit is contained in:
parent
5a6c302a6d
commit
195b3771d3
|
@ -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"
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue