Add Zinmanga.cc (#2939)

This commit is contained in:
Vetle Ledaal 2024-05-10 15:11:20 +00:00 committed by Draff
parent 64fe0ecdf5
commit a7178fc20e
7 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Zinmanga.cc'
extClass = '.ZinmangaCc'
themePkg = 'madara'
baseUrl = 'https://zinmanga.cc'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.zinmangacc
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ZinmangaCc : Madara(
"Zinmanga.cc",
"https://zinmanga.cc",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
}