Add Siimanga (#2699)
This commit is contained in:
parent
fe705dab68
commit
feeec15597
10
src/id/siimanga/build.gradle
Normal file
10
src/id/siimanga/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Siimanga'
|
||||
extClass = '.Siimanga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://siimanga.cyou'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/id/siimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/siimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
src/id/siimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/siimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/id/siimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/siimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/id/siimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/siimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/id/siimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/siimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.id.siimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Siimanga : Madara(
|
||||
"Siimanga",
|
||||
"https://siimanga.cyou",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("d MMMM", Locale("en")),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user