update domains (#6483)
This commit is contained in:
parent
23a4a22ad1
commit
3b8e3cf5bd
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.ThunderScansFactory'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://en-thunderscans.com'
|
||||
overrideVersionCode = 6
|
||||
overrideVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -14,7 +14,7 @@ class ThunderScansFactory : SourceFactory {
|
|||
|
||||
class LavaScans : MangaThemesiaAlt(
|
||||
"Lava Scans",
|
||||
"https://lavascans.com",
|
||||
"https://lavatoons.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
|
||||
) {
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Reset Scans'
|
||||
extClass = '.ResetScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://rspro.xyz'
|
||||
overrideVersionCode = 8
|
||||
baseUrl = 'https://reset-scans.co'
|
||||
overrideVersionCode = 9
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class ResetScans : Madara(
|
||||
"Reset Scans",
|
||||
"https://rspro.xyz",
|
||||
"https://reset-scans.co",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MMM dd", Locale.US),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue