Add Doujin69 (#3953)

This commit is contained in:
Vetle Ledaal 2024-07-12 13:02:55 +02:00 committed by Draff
parent 1e44e00a0b
commit 0a11da38bf
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 23 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.th.doujin69
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class Doujin69 : MangaThemesia(
"Doujin69",
"https://doujin69.com",
"th",
mangaUrlDirectory = "/doujin",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
)