Add GodDoujin [th] (#7587)

This commit is contained in:
mrtear 2025-02-10 19:51:09 +05:00 committed by Draff
parent d438400491
commit fa1562218c
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'God-Doujin'
extClass = '.GodDoujin'
themePkg = 'mangathemesia'
baseUrl = 'https://god-doujin.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.th.goddoujin
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class GodDoujin : MangaThemesia(
"God-Doujin",
"https://god-doujin.com",
"th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
) {
override val seriesTypeSelector = ".imptdt:contains(ประเภท) a"
}