update domains (#6483)

This commit is contained in:
Bui Dai 2024-12-06 03:48:18 +07:00 committed by Draff
parent 23a4a22ad1
commit 3b8e3cf5bd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ThunderScansFactory' extClass = '.ThunderScansFactory'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://en-thunderscans.com' baseUrl = 'https://en-thunderscans.com'
overrideVersionCode = 6 overrideVersionCode = 7
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -14,7 +14,7 @@ class ThunderScansFactory : SourceFactory {
class LavaScans : MangaThemesiaAlt( class LavaScans : MangaThemesiaAlt(
"Lava Scans", "Lava Scans",
"https://lavascans.com", "https://lavatoons.com",
"ar", "ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")), dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
) { ) {

View File

@ -2,8 +2,8 @@ ext {
extName = 'Reset Scans' extName = 'Reset Scans'
extClass = '.ResetScans' extClass = '.ResetScans'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://rspro.xyz' baseUrl = 'https://reset-scans.co'
overrideVersionCode = 8 overrideVersionCode = 9
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class ResetScans : Madara( class ResetScans : Madara(
"Reset Scans", "Reset Scans",
"https://rspro.xyz", "https://reset-scans.co",
"en", "en",
dateFormat = SimpleDateFormat("MMM dd", Locale.US), dateFormat = SimpleDateFormat("MMM dd", Locale.US),
) { ) {