WPMangaThemesia: add DuniaKomik.id source (#13979)

* WPMangaThemesia: add DuniaKomik.id source

Closes #13976

* fix lint 1
This commit is contained in:
Riztard Lanthorn 2022-10-27 18:28:29 +07:00 committed by GitHub
parent afb85e1115
commit 5604629851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -0,0 +1,8 @@
package eu.kanade.tachiyomi.extension.id.duniakomikid
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class DuniaKomikId : MangaThemesia("DuniaKomik.id", "https://duniakomik.id", "id") {
override val hasProjectPage = true
}

View File

@ -29,6 +29,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Constellar Scans", "https://constellarscans.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Cosmic Scans", "https://cosmicscans.com", "en"),
SingleLang("Dojing.net", "https://dojing.net", "id", isNsfw = true, className = "DojingNet"),
SingleLang("DuniaKomik.id", "https://duniakomik.id", "id", className = "DuniaKomikId"),
SingleLang("FlameScans.fr", "https://flamescans.fr", "fr", className = "FlameScansFR"),
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
SingleLang("Gabut Scans", "https://gabutscans.com", "id", overrideVersionCode = 1),