Add Mangastep (#8307)

This commit is contained in:
Creepler13 2025-04-02 15:48:09 +02:00 committed by Draff
parent 383d9c5535
commit 7dcde729a6
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 = 'Mangastep'
extClass = '.Mangastep'
themePkg = 'mangathemesia'
baseUrl = 'https://mangastep.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

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