parent
0dc7a9817b
commit
dc6189f4c2
10
src/es/inarimanga/build.gradle
Normal file
10
src/es/inarimanga/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'InariPikav'
|
||||
extClass = '.InariPikav'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://inaripikav.org'
|
||||
overrideVersionCode = 11
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/inarimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/inarimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
src/es/inarimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/inarimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/es/inarimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/inarimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
src/es/inarimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/inarimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/es/inarimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/inarimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,20 @@
|
||||
package eu.kanade.tachiyomi.extension.es.inarimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimitHost
|
||||
import okhttp3.HttpUrl.Companion.toHttpUrl
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class InariPikav : MangaThemesia(
|
||||
"Inari Pikav",
|
||||
"https://inaripikav.org",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
override val id = 7949577653918285764
|
||||
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user