Add Doujinku ()

This commit is contained in:
Vetle Ledaal 2024-07-12 13:04:26 +02:00 committed by Draff
parent 0a11da38bf
commit d6420c1545
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 22 additions and 0 deletions
src/id/doujinku
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/id/doujinku

@ -0,0 +1,10 @@
ext {
extName = 'Doujinku'
extClass = '.Doujinku'
themePkg = 'mangathemesia'
baseUrl = 'https://doujinku.org'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 5.9 KiB

Binary file not shown.

After

(image error) Size: 2.9 KiB

Binary file not shown.

After

(image error) Size: 9.7 KiB

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

After

(image error) Size: 35 KiB

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.id.doujinku
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class Doujinku : MangaThemesia(
"Doujinku",
"https://doujinku.org",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
)