Ikigai Mangas: Update domain (#4247)

Update domain
This commit is contained in:
Yush0DAN 2024-07-26 02:16:23 -06:00 committed by GitHub
parent 0c75945d37
commit d4047f0667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Ikigai Mangas'
extClass = '.IkigaiMangas'
extVersionCode = 12
extVersionCode = 13
isNsfw = true
}

View File

@ -31,7 +31,7 @@ import kotlin.concurrent.thread
class IkigaiMangas : HttpSource(), ConfigurableSource {
override val baseUrl: String = "https://visualikigai.com"
override val baseUrl: String = "https://ikigaimangas.meope.com"
private val apiBaseUrl: String = "https://panel.ikigaimangas.com"
override val lang: String = "es"