Emperor Scan: update domain (#5203)

Skips a redirect, fixes HTTP 520 on chapter fetch (might be
intermittent).
This commit is contained in:
Vetle Ledaal 2024-09-25 15:53:21 +02:00 committed by GitHub
parent 291dde2ebc
commit dc0cbef637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Emperor Scan'
extClass = '.EmperorScan'
themePkg = 'madara'
baseUrl = 'https://emperormanga.net'
overrideVersionCode = 4
baseUrl = 'https://seriesemperor.com'
overrideVersionCode = 5
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -19,7 +19,7 @@ import java.util.Locale
class EmperorScan :
Madara(
"Emperor Scan",
"https://emperormanga.net",
"https://seriesemperor.com",
"es",
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
),