InariManga: update domain (#2028)

This commit is contained in:
Vetle Ledaal 2024-03-22 16:00:43 +00:00 committed by Draff
parent 063b526748
commit ed9e49fd11
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'InariManga' extName = 'InariManga'
extClass = '.InariManga' extClass = '.InariManga'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://inarimanga.net' baseUrl = 'https://visorinari.com'
overrideVersionCode = 8 overrideVersionCode = 9
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.Locale
class InariManga : MangaThemesia( class InariManga : MangaThemesia(
"InariManga", "InariManga",
"https://inarimanga.net", "https://visorinari.com",
"es", "es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
) { ) {