Add EcchiDoujin (#2955)

* Add EcchiDoujin

* Fix domain
This commit is contained in:
Chopper 2024-05-12 01:22:34 -03:00 committed by GitHub
parent 2802adff51
commit e63f60652f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 23 additions and 0 deletions

View File

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

View File

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