InariPikav: Update domain and rebrand to Inari Manga again (#5252)
update
|
@ -1,9 +1,9 @@
|
|||
ext {
|
||||
extName = 'InariPikav'
|
||||
extClass = '.InariPikav'
|
||||
extName = 'Inari Manga'
|
||||
extClass = '.InariManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://inaripikav.org'
|
||||
overrideVersionCode = 11
|
||||
baseUrl = 'https://inarimanga.cooksu.net'
|
||||
overrideVersionCode = 12
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 18 KiB |
|
@ -6,9 +6,9 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
|||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class InariPikav : MangaThemesia(
|
||||
"Inari Pikav",
|
||||
"https://inaripikav.org",
|
||||
class InariManga : MangaThemesia(
|
||||
"Inari Manga",
|
||||
"https://inarimanga.cooksu.net",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|