Add Doujinku (#3954)

This commit is contained in:
Vetle Ledaal 2024-07-12 13:04:26 +02:00 committed by GitHub
parent c0299d09ee
commit 26f9705b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 22 additions and 0 deletions

View File

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

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -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")),
)