IkigaiMangas: Update domain (#3610)

Update domain
This commit is contained in:
bapeey 2024-06-17 07:43:26 -05:00 committed by Draff
parent 1bbb002b4f
commit ff3f613886
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -31,7 +31,7 @@ import kotlin.concurrent.thread
class IkigaiMangas : HttpSource(), ConfigurableSource {
override val baseUrl: String = "https://visorikigai.net"
override val baseUrl: String = "https://es.ikigaiweb.lat"
private val apiBaseUrl: String = "https://panel.ikigaimangas.com"
override val lang: String = "es"
@ -40,7 +40,7 @@ class IkigaiMangas : HttpSource(), ConfigurableSource {
override val supportsLatest: Boolean = true
private val cookieInterceptor = CookieInterceptor(
baseUrl.substringAfter("://"),
"",
listOf(
"data-saving" to "0",
"nsfw-mode" to "1",