Perf Scan: Update domain (#10041)
This commit is contained in:
parent
7be0deebd4
commit
8d7a9fc3f0
@ -1,8 +1,8 @@
|
||||
ext {
|
||||
extName = 'Perf Scan'
|
||||
extClass = '.PerfScan'
|
||||
baseUrl = 'https://perf-scan.net'
|
||||
extVersionCode = 30
|
||||
baseUrl = 'https://perf-scan.xyz'
|
||||
extVersionCode = 31
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ import java.util.Locale
|
||||
|
||||
class PerfScan : HttpSource() {
|
||||
override val name = "Perf Scan"
|
||||
override val baseUrl = "https://perf-scan.net"
|
||||
private val apiUrl = "https://api.perf-scan.net"
|
||||
override val baseUrl = "https://perf-scan.xyz"
|
||||
private val apiUrl = "https://api.perf-scan.xyz"
|
||||
override val lang = "fr"
|
||||
override val supportsLatest = true
|
||||
override val versionId = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user