Add GodDoujin [th] (#7587)
This commit is contained in:
parent
d438400491
commit
fa1562218c
|
@ -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 |
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue