ZManga: Add KomikIndo.info (#13779)

* Add KomikIndo.info

* Add KomikIndoInfo .kt file and Icons

* Remove Series

Making an error

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused icon

* Remove unsused code

* Fix missing spacing
This commit is contained in:
TheKingTermux 2022-10-10 00:13:34 +07:00 committed by GitHub
parent daf72c6afc
commit 704f7bcd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.id.komikindoinfo
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
import java.text.SimpleDateFormat
import java.util.Locale
class KomikIndoInfo : ZManga("KomikIndo.info", "http://komikindo.info", "id", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("id"))) {
override val hasProjectPage = true
}

View File

@ -12,6 +12,7 @@ class ZMangaGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 1 override val baseVersionCode: Int = 1
override val sources = listOf( override val sources = listOf(
SingleLang("KomikIndo.info", "http://komikindo.info", "id", isNsfw = true, className = "KomikIndoInfo"),
SingleLang("Komikita", "https://komikita.org", "id"), SingleLang("Komikita", "https://komikita.org", "id"),
SingleLang("KomikPlay", "https://komikplay.com", "id", overrideVersionCode = 1), SingleLang("KomikPlay", "https://komikplay.com", "id", overrideVersionCode = 1),
SingleLang("Maid - Manga", "https://www.maid.my.id", "id", overrideVersionCode = 10, className = "MaidManga"), SingleLang("Maid - Manga", "https://www.maid.my.id", "id", overrideVersionCode = 10, className = "MaidManga"),