IkigaiMangas: Update domain (#3865)

Update domain
This commit is contained in:
bapeey 2024-07-05 03:56:30 -05:00 committed by Draff
parent 0018f3d8d7
commit 0a894b790c
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

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

View File

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