mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
371f76532c
commit
74d9d1da30
10
src/ar/yurimoonsub/build.gradle
Normal file
10
src/ar/yurimoonsub/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Yuri Moon Sub'
|
||||
extClass = '.YuriMoonSub'
|
||||
themePkg = 'zeistmanga'
|
||||
baseUrl = 'https://yurimoonsub.blogspot.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/yurimoonsub/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/yurimoonsub/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
src/ar/yurimoonsub/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/yurimoonsub/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
src/ar/yurimoonsub/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/yurimoonsub/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
BIN
src/ar/yurimoonsub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/yurimoonsub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/ar/yurimoonsub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/yurimoonsub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.yurimoonsub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class YuriMoonSub : ZeistManga("Yuri Moon Sub", "https://yurimoonsub.blogspot.com", "ar") {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
}
|
Loading…
Reference in New Issue
Block a user