Add HentaiVN.plus (#2832)
This commit is contained in:
parent
496cc82ee4
commit
44964e777d
|
@ -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 Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | 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"
|
||||||
|
}
|
Loading…
Reference in New Issue