Add Manga Koinu (#6516)

This commit is contained in:
hatozuki-programmer 2024-12-07 16:01:52 -05:00 committed by Draff
parent 8719d05ee4
commit b4f081e28b
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Manga Koinu'
extClass = '.MangaKoinu'
themePkg = 'mccms'
baseUrl = 'https://www.mangakoinu.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.ja.mangakoinu
import eu.kanade.tachiyomi.multisrc.mccms.MCCMS
import eu.kanade.tachiyomi.multisrc.mccms.MCCMSConfig
class MangaKoinu : MCCMS(
name = "Manga Koinu",
baseUrl = "https://www.mangakoinu.com",
lang = "ja",
config = MCCMSConfig(lazyLoadImageAttr = "src"),
)