mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add Stick Horse (#2823)
This commit is contained in:
parent
1bca91a5d5
commit
b01fcbd888
10
src/es/stickhorse/build.gradle
Normal file
10
src/es/stickhorse/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Stick Horse'
|
||||||
|
extClass = '.StickHorse'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://stickhorse.cl'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/stickhorse/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/stickhorse/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
src/es/stickhorse/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/stickhorse/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/es/stickhorse/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/stickhorse/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/es/stickhorse/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/stickhorse/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/es/stickhorse/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/stickhorse/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.stickhorse
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class StickHorse : Madara(
|
||||||
|
"Stick Horse",
|
||||||
|
"https://stickhorse.cl",
|
||||||
|
"es",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user