Add Catzaa ()

This commit is contained in:
Vetle Ledaal 2024-05-03 10:37:14 +00:00 committed by Draff
parent 94ee09037d
commit d7929ab6be
7 changed files with 25 additions and 0 deletions
src/th/catzaa
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/th/catzaa

@ -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

(image error) Size: 8.8 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 15 KiB

Binary file not shown.

After

(image error) Size: 32 KiB

Binary file not shown.

After

(image error) 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
}