Add Zin-Manga.com (#2936)
This commit is contained in:
parent
14c1195ff3
commit
cdb5b6f488
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue