Add Stick Horse (#2823)
This commit is contained in:
parent
486914692d
commit
313b43f78c
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
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