parent
1bbb002b4f
commit
ff3f613886
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Ikigai Mangas'
|
extName = 'Ikigai Mangas'
|
||||||
extClass = '.IkigaiMangas'
|
extClass = '.IkigaiMangas'
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ import kotlin.concurrent.thread
|
||||||
|
|
||||||
class IkigaiMangas : HttpSource(), ConfigurableSource {
|
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"
|
private val apiBaseUrl: String = "https://panel.ikigaimangas.com"
|
||||||
|
|
||||||
override val lang: String = "es"
|
override val lang: String = "es"
|
||||||
|
@ -40,7 +40,7 @@ class IkigaiMangas : HttpSource(), ConfigurableSource {
|
||||||
override val supportsLatest: Boolean = true
|
override val supportsLatest: Boolean = true
|
||||||
|
|
||||||
private val cookieInterceptor = CookieInterceptor(
|
private val cookieInterceptor = CookieInterceptor(
|
||||||
baseUrl.substringAfter("://"),
|
"",
|
||||||
listOf(
|
listOf(
|
||||||
"data-saving" to "0",
|
"data-saving" to "0",
|
||||||
"nsfw-mode" to "1",
|
"nsfw-mode" to "1",
|
||||||
|
|
Loading…
Reference in New Issue