Add MangaKazani (#6505)
This commit is contained in:
parent
e339eb3797
commit
8719d05ee4
|
@ -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 |
|
@ -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",
|
||||
)
|
Loading…
Reference in New Issue