@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'InariManga'
|
||||
extClass = '.InariManga'
|
||||
extName = 'InariPikav'
|
||||
extClass = '.InariPikav'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://rukavinari.org'
|
||||
overrideVersionCode = 10
|
||||
baseUrl = 'https://inaripikav.org'
|
||||
overrideVersionCode = 11
|
||||
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.util.Locale
|
||||
|
||||
class InariManga : MangaThemesia(
|
||||
"InariManga",
|
||||
"https://rukavinari.org",
|
||||
class InariPikav : MangaThemesia(
|
||||
"Inari Pikav",
|
||||
"https://inaripikav.org",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
||||
// Site moved from Madara to MangaThemesia
|
||||
override val versionId = 2
|
||||
override val id = 7949577653918285764
|
||||
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimitHost(baseUrl.toHttpUrl(), 4, 1)
|
||||
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
|
||||
.build()
|
||||
}
|