|
@ -1,9 +1,9 @@
|
|||
ext {
|
||||
extName = 'Hentaing'
|
||||
extClass = '.Hentaing'
|
||||
extName = 'Hentai Keyfi'
|
||||
extClass = '.HentaiKeyfi'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hentaing.org'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://hentaikeyfi.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 16 KiB |
|
@ -6,13 +6,17 @@ import org.jsoup.nodes.Document
|
|||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Hentaing : Madara(
|
||||
"Hentaing",
|
||||
"https://hentaing.org",
|
||||
class HentaiKeyfi : Madara(
|
||||
"Hentai Keyfi",
|
||||
"https://hentaikeyfi.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
|
||||
) {
|
||||
|
||||
override val id = 3518858173957835738
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override fun pageListParse(document: Document): List<Page> {
|