IkigaiMangas: Update domain (#4427)

update domain again
This commit is contained in:
bapeey 2024-08-05 22:32:18 -05:00 committed by GitHub
parent 88d0024a39
commit 429be863bd
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 = 13
extVersionCode = 14
isNsfw = true
}

View File

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