Kombatch: add source to WPMangaStream (#9303)
add back to tachi i think it was removed from multisource separation and this source change theme at that time
This commit is contained in:
parent
dc2183b764
commit
43ebb84f3c
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
multisrc/overrides/wpmangastream/kombatch/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/wpmangastream/kombatch/res/web_hi_res_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 407 KiB |
@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.id.kombatch
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Kombatch : WPMangaStream("Kombatch", "https://kombatch.com", "id", SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
override val hasProjectPage = true
|
||||
}
|
@ -15,6 +15,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||
override val sources = listOf(
|
||||
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 6),
|
||||
SingleLang("KlanKomik", "https://klankomik.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Kombatch", "https://kombatch.com", "id"),
|
||||
SingleLang("MasterKomik", "https://masterkomik.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Kaisar Komik", "https://kaisarkomik.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user