Add Tanuki-Manga (#3720)

This commit is contained in:
Vetle Ledaal 2024-06-24 17:06:11 +02:00 committed by Draff
parent b11603f86b
commit a2b8ecbc12
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 22 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.th.tanukimanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class TanukiManga : MangaThemesia(
"Tanuki-Manga",
"https://www.tanuki-manga.com",
"th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
)