Add GodDoujin [th] (#7587)
This commit is contained in:
parent
d438400491
commit
fa1562218c
10
src/th/goddoujin/build.gradle
Normal file
10
src/th/goddoujin/build.gradle
Normal 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"
|
BIN
src/th/goddoujin/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/goddoujin/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/th/goddoujin/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/goddoujin/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/th/goddoujin/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/goddoujin/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
src/th/goddoujin/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/goddoujin/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
src/th/goddoujin/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/goddoujin/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user