mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
HunlightScans: reverse chapter list (#4504)
This commit is contained in:
parent
50211e2e27
commit
0d22495b7e
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.HunlightScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hunlight.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.en.hunlightscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import okhttp3.Response
|
||||
|
||||
class HunlightScans : Madara(
|
||||
"Hunlight Scans",
|
||||
@ -11,4 +12,6 @@ class HunlightScans : Madara(
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val filterNonMangaItems = false
|
||||
|
||||
override fun chapterListParse(response: Response) = super.chapterListParse(response).reversed()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user