Perf Scan: Update domain (#10041)

This commit is contained in:
KirinRaikage 2025-08-07 18:48:48 +02:00 committed by Draff
parent 7be0deebd4
commit 8d7a9fc3f0
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

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

View File

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