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 { ext {
extName = 'Hentaing' extName = 'Hentai Keyfi'
extClass = '.Hentaing' extClass = '.HentaiKeyfi'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hentaing.org' baseUrl = 'https://hentaikeyfi.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true 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.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class Hentaing : Madara( class HentaiKeyfi : Madara(
"Hentaing", "Hentai Keyfi",
"https://hentaing.org", "https://hentaikeyfi.com",
"tr", "tr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
) { ) {
override val id = 3518858173957835738
override val useLoadMoreRequest = LoadMoreStrategy.Always override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true override val useNewChapterEndpoint = true
override fun pageListParse(document: Document): List<Page> { override fun pageListParse(document: Document): List<Page> {