EternalMangas: Update domain (#9837)

update domain
This commit is contained in:
kanoou 2025-07-29 05:20:18 -05:00 committed by Draff
parent 41e519046b
commit 22913c11e0
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'EternalMangas'
extClass = '.EternalMangas'
themePkg = 'iken'
baseUrl = 'https://eternalmangas.com'
overrideVersionCode = 0
baseUrl = 'https://eternalmangas.org'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -5,6 +5,6 @@ import eu.kanade.tachiyomi.multisrc.iken.Iken
class EternalMangas : Iken(
"EternalMangas",
"es",
"https://eternalmangas.com",
"https://api.eternalmangas.com",
"https://eternalmangas.org",
"https://api.eternalmangas.org",
)