@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'InariManga'
|
extName = 'InariPikav'
|
||||||
extClass = '.InariManga'
|
extClass = '.InariPikav'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://rukavinari.org'
|
baseUrl = 'https://inaripikav.org'
|
||||||
overrideVersionCode = 10
|
overrideVersionCode = 11
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@ -6,17 +6,15 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
|||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class InariManga : MangaThemesia(
|
class InariPikav : MangaThemesia(
|
||||||
"InariManga",
|
"Inari Pikav",
|
||||||
"https://rukavinari.org",
|
"https://inaripikav.org",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
override val id = 7949577653918285764
|
||||||
// Site moved from Madara to MangaThemesia
|
|
||||||
override val versionId = 2
|
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
.rateLimitHost(baseUrl.toHttpUrl(), 4, 1)
|
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|