Lava Scans: update domain (#6184)

This commit is contained in:
Vetle Ledaal 2024-11-21 15:06:55 +01:00 committed by GitHub
parent a9cb20e076
commit cbc314df49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

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

View File

@ -7,19 +7,21 @@ import java.util.Locale
class ThunderScansFactory : SourceFactory {
override fun createSources() = listOf(
ThunderScansAR(),
ThunderScansEN(),
LavaScans(),
ThunderScans(),
)
}
class ThunderScansAR : MangaThemesiaAlt(
"Thunder Scans",
"https://ar-thunderepic.com",
class LavaScans : MangaThemesiaAlt(
"Lava Scans",
"https://lavascans.com",
"ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
)
) {
override val id = 3209001028102012989
}
class ThunderScansEN : MangaThemesiaAlt(
class ThunderScans : MangaThemesiaAlt(
"Thunder Scans",
"https://en-thunderscans.com",
"en",