Add IzanamiScans (#6040)
This commit is contained in:
parent
3784abee0c
commit
51c238bb6e
src/id/izanamiscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/id/izanamiscans
9
src/id/izanamiscans/build.gradle
Normal file
9
src/id/izanamiscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Izanami Scans'
|
||||||
|
extClass = '.IzanamiScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://izanamiscans.my.id'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/id/izanamiscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/izanamiscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.3 KiB |
BIN
src/id/izanamiscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/izanamiscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.9 KiB |
BIN
src/id/izanamiscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/izanamiscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.1 KiB |
BIN
src/id/izanamiscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/izanamiscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 7.0 KiB |
BIN
src/id/izanamiscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/izanamiscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.7 KiB |
20
src/id/izanamiscans/src/eu/kanade/tachiyomi/extension/id/izanamiscans/IzanamiScans.kt
Normal file
20
src/id/izanamiscans/src/eu/kanade/tachiyomi/extension/id/izanamiscans/IzanamiScans.kt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.id.izanamiscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import okhttp3.OkHttpClient
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class IzanamiScans : MangaThemesia(
|
||||||
|
"Izanami Scans",
|
||||||
|
"https://izanamiscans.my.id",
|
||||||
|
"id",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||||
|
) {
|
||||||
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
override val seriesAuthorSelector = ".fmed b:contains(Penulis) + span"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user