parent
6423049771
commit
a9b5fbd2aa
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Ecchi-Doujin'
|
||||||
|
extClass = '.EcchiDoujin'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://ecchi-doujin.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
|
@ -0,0 +1,13 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.th.ecchidoujin
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class EcchiDoujin : MangaThemesia(
|
||||||
|
"Ecchi-Doujin",
|
||||||
|
"https://ecchi-doujin.com",
|
||||||
|
"th",
|
||||||
|
"/doujin",
|
||||||
|
SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||||
|
)
|
Loading…
Reference in New Issue