Add TruyenVN ()

This commit is contained in:
Vetle Ledaal 2024-05-02 00:46:39 +00:00 committed by Draff
parent 2ffb3930d2
commit 5670bb6899
7 changed files with 27 additions and 0 deletions
src/vi/truyenvn
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/vi/truyenvn

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

Binary file not shown.

After

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) Size: 5.1 KiB

Binary file not shown.

After

(image error) Size: 18 KiB

Binary file not shown.

After

(image error) Size: 37 KiB

Binary file not shown.

After

(image error) Size: 64 KiB

@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.vi.truyenvn
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class TruyenVN : Madara(
"TruyenVN",
"https://truyenvn.lol",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaSubString = "truyen-tranh"
}