Add RuaHapChanhDay (#6011)
This commit is contained in:
parent
c70d6a710b
commit
21beafbf88
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Rua Hap Chanh Day'
|
||||||
|
extClass = '.RuaHapChanhDay'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://ruahapchanhday.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,16 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.vi.ruahapchanhday
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class RuaHapChanhDay : Madara(
|
||||||
|
"Rua Hap Chanh Day",
|
||||||
|
"https://ruahapchanhday.com",
|
||||||
|
"vi",
|
||||||
|
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
}
|
Loading…
Reference in New Issue