InariManga: Update domain (#2376)

update domain
This commit is contained in:
bapeey 2024-04-13 00:49:48 -05:00 committed by Draff
parent 2a81be31c1
commit 5a118fec87
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'InariManga' extName = 'InariManga'
extClass = '.InariManga' extClass = '.InariManga'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://visorinari.com' baseUrl = 'https://rukavinari.org'
overrideVersionCode = 9 overrideVersionCode = 10
isNsfw = true isNsfw = true
} }

View File

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