Initial commit
This commit is contained in:
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.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
multisrc/overrides/madara/kingsmanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/kingsmanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
16
multisrc/overrides/madara/kingsmanga/src/KingsManga.kt
Normal file
16
multisrc/overrides/madara/kingsmanga/src/KingsManga.kt
Normal file
@@ -0,0 +1,16 @@
|
||||
package eu.kanade.tachiyomi.extension.th.kingsmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class KingsManga : Madara(
|
||||
"Kings-Manga",
|
||||
"https://www.kings-manga.co",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("th")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
|
||||
}
|
||||
Reference in New Issue
Block a user