Add Catzaa (#2784)
This commit is contained in:
parent
94ee09037d
commit
d7929ab6be
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Catzaa'
|
||||||
|
extClass = '.Catzaa'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://catzaa.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -0,0 +1,15 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.th.catzaa
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Catzaa : Madara(
|
||||||
|
"Catzaa",
|
||||||
|
"https://catzaa.com",
|
||||||
|
"th",
|
||||||
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("th")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
Reference in New Issue