parent
0a7189534e
commit
187fa7de52
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Ikigai Mangas'
|
||||
extClass = '.IkigaiMangas'
|
||||
extVersionCode = 24
|
||||
extVersionCode = 25
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -70,8 +70,7 @@ class IkigaiMangas : HttpSource(), ConfigurableSource {
|
||||
private val cookieInterceptor = CookieInterceptor(
|
||||
"",
|
||||
listOf(
|
||||
"data-saving" to "0",
|
||||
"nsfw-mode" to "1",
|
||||
"nsfw-mode" to "true",
|
||||
),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user