Add Hunlight Scans ()

This commit is contained in:
Vetle Ledaal 2024-05-15 01:44:05 +00:00 committed by Draff
parent 75db04eca2
commit a41eeebc50
7 changed files with 24 additions and 0 deletions
src/en/hunlightscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/hunlightscans

@ -0,0 +1,10 @@
ext {
extName = 'Hunlight Scans'
extClass = '.HunlightScans'
themePkg = 'madara'
baseUrl = 'https://hunlight.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 7.9 KiB

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 28 KiB

Binary file not shown.

After

(image error) Size: 47 KiB

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.hunlightscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class HunlightScans : Madara(
"Hunlight Scans",
"https://hunlight.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}