Arven Scans: Update domain (#8267)

update domain
This commit is contained in:
Prem Kumar 2025-03-29 12:44:07 +05:30 committed by Draff
parent 98bd2586fb
commit e5a63cc2e6
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Arven Scans' extName = 'Arven Scans'
extClass = '.ArvenComics' extClass = '.ArvenComics'
themePkg = 'keyoapp' themePkg = 'keyoapp'
baseUrl = 'https://arvencomic.net' baseUrl = 'https://arvencomics.com'
overrideVersionCode = 25 overrideVersionCode = 26
isNsfw = false isNsfw = false
} }

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class ArvenComics : Keyoapp( class ArvenComics : Keyoapp(
"Arven Scans", "Arven Scans",
"https://arvencomic.net", "https://arvencomics.com",
"en", "en",
) { ) {
// migrated from Mangathemesia to Keyoapp // migrated from Mangathemesia to Keyoapp