Add Zinmanga.ms (#2935)

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.zinmangams
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ZinmangaMs : Madara(
"Zinmanga.ms",
"https://zinmanga.ms",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = false
override val mangaSubString = "manga-1"
}