Add EcchiDoujin ()

* Add EcchiDoujin

* Fix domain
This commit is contained in:
Chopper 2024-05-12 01:22:34 -03:00 committed by Draff
parent 6423049771
commit a9b5fbd2aa
7 changed files with 23 additions and 0 deletions
src/th/ecchidoujin
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/th/ecchidoujin

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

(image error) Size: 9.0 KiB

Binary file not shown.

After

(image error) Size: 4.3 KiB

Binary file not shown.

After

(image error) Size: 15 KiB

Binary file not shown.

After

(image error) Size: 30 KiB

Binary file not shown.

After

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