Add HentaiVN.plus ()

This commit is contained in:
Vetle Ledaal 2024-05-04 17:45:38 +00:00 committed by Draff
parent 496cc82ee4
commit 44964e777d
7 changed files with 27 additions and 0 deletions
src/vi/hentaivnplus
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/vi/hentaivnplus

@ -0,0 +1,10 @@
ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.plus'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 7.2 KiB

Binary file not shown.

After

(image error) Size: 3.6 KiB

Binary file not shown.

After

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) Size: 24 KiB

Binary file not shown.

After

(image error) Size: 40 KiB

@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.vi.hentaivnplus
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class HentaiVNPlus : Madara(
"HentaiVN.plus",
"https://hentaivn.plus",
"vi",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
override val mangaSubString = "truyen-hentai"
}