Hentaing(HentaiKeyfi): Rebranding (#4336)

Rebranding
This commit is contained in:
Chopper 2024-07-30 04:31:06 -03:00 committed by Draff
parent 709769b171
commit 5ba43beecc
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 11 additions and 7 deletions

View File

@ -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
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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> {