Add MangaKazani (#6505)

This commit is contained in:
Creepler13 2024-12-07 22:01:39 +01:00 committed by Draff
parent e339eb3797
commit 8719d05ee4
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,9 @@
ext {
extName = 'MangaKazani'
extClass = '.MangaKazani'
themePkg = 'mangathemesia'
baseUrl = 'https://mangakazani.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.tr.mangakazani
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaKazani : MangaThemesia(
lang = "tr",
baseUrl = "https://mangakazani.com",
name = "MangaKazani",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
mangaUrlDirectory = "/seriler",
)