Add Zin-Manga.com (#2936)

This commit is contained in:
Vetle Ledaal 2024-05-10 15:10:11 +00:00 committed by Draff
parent 14c1195ff3
commit cdb5b6f488
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Zin-Manga.com'
extClass = '.ZinMangaCom'
themePkg = 'madara'
baseUrl = 'https://zin-manga.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 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

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.zinmangacom
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ZinMangaCom : Madara(
"Zin-Manga.com",
"https://zin-manga.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}