Add Doujinku (#3954)
This commit is contained in:
parent
0a11da38bf
commit
d6420c1545
|
@ -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 |
|
@ -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")),
|
||||||
|
)
|
Loading…
Reference in New Issue