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